We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfdc8e commit 08950e0Copy full SHA for 08950e0
azure-pipelines.yml
@@ -10,6 +10,7 @@ variables:
10
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
11
BuildConfiguration: Release
12
BuildPlatform: Any CPU
13
+ NuGet.ForceNuGetForPush: true # Workaround for public feed limitation in NuGetCommand task - remove after July 15, 2019.
14
15
resources:
16
containers:
0 commit comments