Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Advitalitum authored Sep 13, 2019
1 parent d559e93 commit 0365845
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 @@ -26,7 +26,7 @@ steps:
inputs:
testRunner: VSTest
testResultsFiles: '**/*.trx'
- script: dotnet pack --configuration Release --include-symbols
- script: dotnet pack --configuration Release # --include-symbols
displayName: 'Pack'
- script: dotnet nuget push **/*.nupkg -k $(NuGetApiKey) -s https://api.nuget.org/v3/index.json
displayName: 'NuGet publish'
Expand Down

0 comments on commit 0365845

Please sign in to comment.