@@ -55,7 +55,7 @@ steps:
displayName: Publish PixiEditor
inputs:
filePath: 'src/PixiEditor.Builder/build.ps1'
- arguments: '--project-path "src/PixiEditor" --build-configuration "Dev_Release" --runtime "win-x64" -o "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 "Builds/PixiEditor-x64-light" --crash-report-webhook-url "$(crash-webhook-url)"'
- task: ArchiveFiles@2
- arguments: '--project-path "src/PixiEditor" --build-configuration "Release" --runtime "win-x64" -o "Builds/PixiEditor-x64-light" --crash-report-webhook-url "$(crash-webhook-url)"'
+ arguments: '--project-path "$(System.DefaultWorkingDirectory)/src/PixiEditor" --build-configuration "Release" --runtime "win-x64" -o "Builds/PixiEditor-x64-light" --crash-report-webhook-url "$(crash-webhook-url)"'
@@ -57,7 +57,7 @@ steps:
- arguments: '--project-path "src/PixiEditor" --build-configuration "Dev_Release" --runtime "win-x86" -o "Builds/PixiEditor-x86-light" --crash-report-webhook-url "$(crash-webhook-url)"'
+ arguments: '--project-path "$(System.DefaultWorkingDirectory)/src/PixiEditor" --build-configuration "Dev_Release" --runtime "win-x86" -o "Builds/PixiEditor-x86-light" --crash-report-webhook-url "$(crash-webhook-url)"'
- arguments: '--project-path "src/PixiEditor" --build-configuration "Release" --runtime "win-x86" -o "Builds/PixiEditor-x86-light" --crash-report-webhook-url "$(crash-webhook-url)"'
+ arguments: '--project-path "$(System.DefaultWorkingDirectory)/src/PixiEditor" --build-configuration "Release" --runtime "win-x86" -o "Builds/PixiEditor-x86-light" --crash-report-webhook-url "$(crash-webhook-url)"'