Pack only for Release (path for buildConfiguration not passed)

This commit is contained in:
Christoph Wille 2019-09-28 17:53:42 +02:00
Родитель 6db0ed9771
Коммит 97690427a8
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -50,6 +50,7 @@ steps:
- powershell: .\nuget\pack.ps1
displayName: Pack
condition: and(succeeded(), eq(variables['BuildConfiguration'], 'Release'))
- task: CopyFiles@2
displayName: Move to publish directory