fix build
This commit is contained in:
Родитель
a1989e2ca9
Коммит
51f60a273c
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче