Skip to content

Commit

Permalink
Capture .snupkg files as build artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jherby2k committed Dec 22, 2018
1 parent ed0a3ab commit 2e87969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ steps:
inputs:
contents: |
AudioWorks\src\**\*.nupkg
AudioWorks\src\**\*.snupkg
AudioWorks\src\AudioWorks.Commands\bin\$(buildConfiguration)\AudioWorks.Commands\**
targetFolder: $(Build.ArtifactStagingDirectory)
displayName: 'Copy artifacts to staging directory'
Expand Down

0 comments on commit 2e87969

Please sign in to comment.