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 33fcfed commit 865f929Copy full SHA for 865f929
azure-pipelines.yml
@@ -87,7 +87,8 @@ stages:
87
runOnce:
88
deploy:
89
steps:
90
- - task: DotNetCoreCLI@2
+ # Dotnet NuGet does not work yet https://github.com/Microsoft/azure-pipelines-tasks/issues/7160
91
+ - task: NuGetCommand@2
92
displayName: 'Dotnet NuGet Push'
93
inputs:
94
command: push
0 commit comments