Skip to content

Commit 08950e0

Browse files
committed
Apply public feed workaround for Azure Pipelines
This can be reverted in mid-July
1 parent abfdc8e commit 08950e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ variables:
1010
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
1111
BuildConfiguration: Release
1212
BuildPlatform: Any CPU
13+
NuGet.ForceNuGetForPush: true # Workaround for public feed limitation in NuGetCommand task - remove after July 15, 2019.
1314

1415
resources:
1516
containers:

0 commit comments

Comments
 (0)