From 76f887c0f6abef3f6abdd5c8a801a39d2b1cf02d Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Wed, 28 Sep 2022 10:26:57 -0700 Subject: [PATCH] Add dotnet env variable to workflow --- .github/workflows/__go-custom-queries.yml | 1 + pr-checks/checks/go-custom-queries.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/__go-custom-queries.yml b/.github/workflows/__go-custom-queries.yml index 56e9737214..3ed0cf9d1e 100644 --- a/.github/workflows/__go-custom-queries.yml +++ b/.github/workflows/__go-custom-queries.yml @@ -93,4 +93,5 @@ jobs: env: TEST_MODE: true env: + DOTNET_GENERATE_ASPNET_CERTIFICATE: 'false' INTERNAL_CODEQL_ACTION_DEBUG_LOC: true diff --git a/pr-checks/checks/go-custom-queries.yml b/pr-checks/checks/go-custom-queries.yml index fee690fac0..b8215bebe7 100644 --- a/pr-checks/checks/go-custom-queries.yml +++ b/pr-checks/checks/go-custom-queries.yml @@ -1,5 +1,7 @@ name: "Go: Custom queries" description: "Checks that Go works in conjunction with a config file specifying custom queries" +env: + DOTNET_GENERATE_ASPNET_CERTIFICATE: "false" steps: - uses: actions/setup-go@v3 with: