|
@@ -55,8 +55,9 @@ steps:
|
|
displayName: Publish PixiEditor
|
|
displayName: Publish PixiEditor
|
|
inputs:
|
|
inputs:
|
|
filePath: 'src/PixiEditor.Builder/build.ps1'
|
|
filePath: 'src/PixiEditor.Builder/build.ps1'
|
|
- arguments: '--project-path "$(System.DefaultWorkingDirectory)\src\PixiEditor\PixiEditor.csproj" --build-configuration "Dev_Release" --runtime "win-x64" -o "$(System.DefaultWorkingDirectory)\Builds\PixiEditor-x64-light" --crash-report-webhook-url "$(crash-webhook-url)"'
|
|
|
|
-
|
|
|
|
|
|
+ arguments: '--project-path "$(System.DefaultWorkingDirectory)\src\PixiEditor" --build-configuration "Dev_Release" --runtime "win-x64" -o "$(System.DefaultWorkingDirectory)\Builds\PixiEditor-x64-light" --crash-report-webhook-url "$(crash-webhook-url)"'
|
|
|
|
+ workingDirectory: 'src/PixiEditor.Builder'
|
|
|
|
+
|
|
- task: ArchiveFiles@2
|
|
- task: ArchiveFiles@2
|
|
inputs:
|
|
inputs:
|
|
rootFolderOrFile: 'Builds\PixiEditor-x64-light'
|
|
rootFolderOrFile: 'Builds\PixiEditor-x64-light'
|