Skip to content

Commit 865f929

Browse files
committed
Switch to NuGetCommand
1 parent 33fcfed commit 865f929

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ stages:
8787
runOnce:
8888
deploy:
8989
steps:
90-
- task: DotNetCoreCLI@2
90+
# Dotnet NuGet does not work yet https://github.com/Microsoft/azure-pipelines-tasks/issues/7160
91+
- task: NuGetCommand@2
9192
displayName: 'Dotnet NuGet Push'
9293
inputs:
9394
command: push

0 commit comments

Comments
 (0)