This commit is contained in:
Dan Walmsley 2020-07-23 18:23:45 -03:00
Родитель a1989e2ca9
Коммит 51f60a273c
1 изменённых файлов: 6 добавлений и 3 удалений

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

@ -4,10 +4,13 @@ jobs:
vmImage: 'windows-2019'
steps:
- task: PowerShell@2
displayName: 'Run Nuke'
inputs:
script: |
build.ps1 -Platform "AnyCPU" -Configuration "Release"
targetType: 'filePath'
filePath: $(System.DefaultWorkingDirectory)\build.ps1
arguments: > # Use this to avoid newline characters in multiline string
-Platform "AnyCPU"
-Configuration "Release"
displayName: 'Build and Package'
- task: PublishBuildArtifacts@1
inputs: