Skip to content

Commit

Permalink
Set NUGET_PACKAGES in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jan 17, 2020
1 parent c79f03c commit 4581830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4581830

Please sign in to comment.