Skip to content

Commit 9769042

Browse files
Pack only for Release (path for buildConfiguration not passed)
1 parent 6db0ed9 commit 9769042

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ steps:
5050

5151
- powershell: .\nuget\pack.ps1
5252
displayName: Pack
53+
condition: and(succeeded(), eq(variables['BuildConfiguration'], 'Release'))
5354

5455
- task: CopyFiles@2
5556
displayName: Move to publish directory

0 commit comments

Comments
 (0)