Skip to content

Commit

Permalink
Pack the Squirrel.nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
robmen committed Dec 5, 2021
1 parent 136db8c commit 5720da8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ steps:
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'

- task: NuGetCommand@2
inputs:
command: pack
packagesToPack: src\Squirrel.nuspec

- task: PublishSymbols@2
inputs:
SearchPattern: '**\bin\**\*.pdb'
Expand Down

0 comments on commit 5720da8

Please sign in to comment.