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 4ad8220 commit fc6fe88Copy full SHA for fc6fe88
azure-pipelines.yml
@@ -203,11 +203,10 @@ stages:
203
changeLogCompareToRelease: 'lastFullRelease'
204
changeLogType: 'commitBased'
205
206
- - task: NuGetCommand@2
+ - task: DotNetCoreCLI@2
207
displayName: 'Push NuGet package'
208
inputs:
209
command: 'push'
210
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/Aquality.Appium.Mobile*.nupkg;!$(Build.ArtifactStagingDirectory)/**/Aquality.Appium.Mobile*.symbols.nupkg'
211
nuGetFeedType: 'external'
212
publishFeedCredentials: 'NuGet'
213
-
0 commit comments