Skip to content

Commit

Permalink
Lose guid in favor of feed name
Browse files Browse the repository at this point in the history
Closes #28
  • Loading branch information
AArnott committed Apr 10, 2020
1 parent e910746 commit 18676a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variables:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
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
ci_feed: CI # Azure Artifacts feed name
NUGET_PACKAGES: $(Agent.TempDirectory)/.nuget/packages

jobs:
Expand Down

0 comments on commit 18676a3

Please sign in to comment.