Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
+4
-5
@@ -104,10 +104,9 @@ steps:
|
|||||||
failOnStderr: true
|
failOnStderr: true
|
||||||
showWarnings: true
|
showWarnings: true
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: NuGetCommand@2
|
||||||
displayName: dotnet push
|
displayName: 'NuGet push'
|
||||||
inputs:
|
inputs:
|
||||||
command: 'push'
|
command: push
|
||||||
packagesToPush: '$(Build.ArtifactStagingDirectory)/*.nupkg'
|
nuGetFeedType: external
|
||||||
nuGetFeedType: 'external'
|
|
||||||
publishFeedCredentials: 'WindowsCredentialProviderNuget'
|
publishFeedCredentials: 'WindowsCredentialProviderNuget'
|
||||||
Reference in New Issue
Block a user