Skip to content

Commit

Permalink
CI: include sources and symbols in the NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
detunized committed Dec 9, 2019
1 parent 2ee1572 commit a49c227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
displayName: Build NuGet package
inputs:
command: pack
arguments: '--configuration $(buildConfiguration) --output $(Build.ArtifactStagingDirectory)/nuget'
arguments: '--configuration $(buildConfiguration) --no-build --include-symbols --include-source --output $(Build.ArtifactStagingDirectory)/nuget'

- publish: src/bin/$(buildConfiguration)
artifact: nuget-win
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
testResultsFormat: VSTest
testResultsFiles: test/TestResults/*.trx

- bash: 'dotnet pack -c $(buildConfiguration) --no-build $(solution)'
- bash: 'dotnet pack -c $(buildConfiguration) --no-build --include-symbols --include-source $(solution)'
displayName: Pack

- publish: src/bin/$(buildConfiguration)
Expand Down

0 comments on commit a49c227

Please sign in to comment.