Skip to content

Commit

Permalink
Apply public feed workaround for Azure Pipelines
Browse files Browse the repository at this point in the history
This can be reverted in mid-July
  • Loading branch information
AArnott committed Jun 19, 2019
1 parent abfdc8e commit 08950e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ variables:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
BuildConfiguration: Release
BuildPlatform: Any CPU
NuGet.ForceNuGetForPush: true # Workaround for public feed limitation in NuGetCommand task - remove after July 15, 2019.

resources:
containers:
Expand Down

0 comments on commit 08950e0

Please sign in to comment.