Skip to content

Commit

Permalink
Swap incorrect variable values (#3783)
Browse files Browse the repository at this point in the history
Missed this during refactoring for #3607. For validation I was overriding the values to go to a test feed, so didn't catch this in the original PR.

The values for these variables are inverted.
  • Loading branch information
riarenas authored Aug 27, 2019
1 parent c25a5d9 commit 80fb11b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/common/templates/post-build/common-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ variables:

# Default locations for Installers and checksums
- name: ChecksumsBlobFeedUrl
value: https://dotnetcli.blob.core.windows.net/dotnet/index.json
- name: InstallersBlobFeedUrl
value: https://dotnetclichecksums.blob.core.windows.net/dotnet/index.json
- name: InstallersBlobFeedUrl
value: https://dotnetcli.blob.core.windows.net/dotnet/index.json

0 comments on commit 80fb11b

Please sign in to comment.