Skip to content

Commit

Permalink
Pack only package
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Nov 17, 2018
1 parent f1d80fd commit a9920a5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,17 @@ steps:
- script: nbgv cloud
displayName: Set Version

- task: DotNetCoreCLI@2
inputs:
command: build
projects: '**/*.csproj'
arguments: -c $(BuildConfiguration)
displayName: Build

- task: DotNetCoreCLI@2
inputs:
command: pack
packagesToPack: '**/*.csproj'
packagesToPack: 'SingleInstanceHelper/*.csproj'
configuration: $(BuildConfiguration)
packDirectory: $(Build.ArtifactStagingDirectory)\Artifacts
verbosityPack: Minimal
Expand Down

0 comments on commit a9920a5

Please sign in to comment.