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
jzebedee committed Oct 5, 2019
1 parent 8a75a3c commit d30bf86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ steps:
displayName: Pack
inputs:
command: pack
includesource: true
includesymbols: true
nobuild: true
projects: 'src/**/*.csproj'
arguments: '--configuration $(buildConfiguration) -o $(Build.ArtifactStagingDirectory)/pkg --include-symbols --include-source'
packDirectory: '$(Build.ArtifactStagingDirectory)/pkg'
- task: PublishBuildArtifacts@1
displayName: 'Publish pkg/ Artifacts'
inputs:
Expand Down

0 comments on commit d30bf86

Please sign in to comment.