Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth authored and ScottBTR committed Jan 22, 2020
1 parent 39b564f commit 2dfb373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
inputs:
command: 'custom'
custom: 'nuget'
arguments: 'push --source https://nuget.pkg.github.com/xamarin/index.json --api-key $(GitHub.Token) "$(Build.ArtifactStagingDirectory)/nuget/*.nupkg"'
arguments: 'push --source https://nuget.pkg.github.com/xamarin/index.json --api-key $(GitHub.Token) "$(Build.ArtifactStagingDirectory)\nuget\*.nupkg"'
- task: DotNetCoreCLI@2
displayName: Run Tests
inputs:
Expand Down

0 comments on commit 2dfb373

Please sign in to comment.