commit 5c36f00264dc9ea6ee4a4db0ef6fdc5fe4c516ce
parent 90b2b02d725a7e535d451ca4a6fb7e0a3800c5df
Author: MikoĊaj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date: Wed, 10 Jun 2020 18:42:14 +0100
Update azure-pipelines.yml for Azure Pipelines
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
@@ -13,6 +13,7 @@ variables:
major: '0'
minor: '1'
patch: '0'
+ nugetConnName: 'NetSharp NuGet Connection'
steps:
@@ -53,6 +54,7 @@ steps:
- task: NuGetAuthenticate@0
inputs:
+ nuGetServiceConnections: '$(nugetConnName)'
forceReinstallCredentialProvider: true
- task: NuGetCommand@2