From 5ea9da8d054f0dece11b899886add9f9d6d33afb Mon Sep 17 00:00:00 2001 From: Zachary Eisinger Date: Wed, 2 Sep 2020 10:51:36 -0700 Subject: [PATCH] Add comment for workflow changes --- .github/workflows/workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index f779f95..ec093ea 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -42,6 +42,7 @@ jobs: uses: ./ with: dotnet-version: 3.0.100 + # We are including this veriable to force the generation of the nuget config file to verify that it is created in the correct place source-url: https://api.nuget.org/v3/index.json env: NUGET_AUTH_TOKEN: NOTATOKEN