Skip to content

Commit fc6fe88

Browse files
committed
Use DotNetCoreCLI@2 command instead of NuGetCommand to push the nuget package
1 parent 4ad8220 commit fc6fe88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,10 @@ stages:
203203
changeLogCompareToRelease: 'lastFullRelease'
204204
changeLogType: 'commitBased'
205205

206-
- task: NuGetCommand@2
206+
- task: DotNetCoreCLI@2
207207
displayName: 'Push NuGet package'
208208
inputs:
209209
command: 'push'
210210
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/Aquality.Appium.Mobile*.nupkg;!$(Build.ArtifactStagingDirectory)/**/Aquality.Appium.Mobile*.symbols.nupkg'
211211
nuGetFeedType: 'external'
212212
publishFeedCredentials: 'NuGet'
213-

0 commit comments

Comments
 (0)