From 45818306689ea5709b30f398e86908cf02eb1ab9 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Fri, 17 Jan 2020 07:29:10 -0700 Subject: [PATCH] Set NUGET_PACKAGES in CI workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4e178096..2d71d97a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ env: BUILDCONFIGURATION: Release codecov_token: 4dc9e7e2-6b01-4932-a180-847b52b43d35 # Get a new one from https://codecov.io/ ci_feed: /a5a3bad0-e566-4c53-be83-6458be8d1653 # find guid used by Azure DevOps Artifacts for the feed. Learn more at https://github.com/AArnott/Library.Template/issues/28 -# NUGET_PACKAGES: ${{ env.GITHUB_WORKSPACE }}/.nuget/packages + NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages jobs: build: