Use DotnetCoreCLI instead of NuGetCommand
This commit is contained in:
@@ -837,7 +837,7 @@ stages:
|
|||||||
inputs:
|
inputs:
|
||||||
artifact: nupkg
|
artifact: nupkg
|
||||||
path: $(Build.ArtifactStagingDirectory)/nupkg
|
path: $(Build.ArtifactStagingDirectory)/nupkg
|
||||||
- task: NuGetCommand@2
|
- task: DotnetCoreCLI@2
|
||||||
displayName: NuGet push
|
displayName: NuGet push
|
||||||
inputs:
|
inputs:
|
||||||
command: "push"
|
command: "push"
|
||||||
|
|||||||
Reference in New Issue
Block a user