Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
include symbols in nugets
Browse files Browse the repository at this point in the history
  • Loading branch information
vigouredelaruse committed Dec 9, 2020
1 parent 49c030f commit c6c8e33
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions UwpTestProjectBuildPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ steps:
configuration: '$(buildConfiguration)'
msbuildArgs: '/p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Never /p:UapAppxPackageBuildMode=StoreUpload'

- task: PublishSymbols@2
inputs:
SearchPattern: '**/bin/**/com.ataxlab*.pdb'
SymbolServerType: 'TeamServices'

- task: NuGetCommand@2
inputs:
command: 'pack'
Expand Down

0 comments on commit c6c8e33

Please sign in to comment.