Browse Source

fixed wrong path in pipeline

flabbet 7 months ago
parent
commit
b3562b91db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      windows-x64-release-dev.yml

+ 1 - 1
windows-x64-release-dev.yml

@@ -111,7 +111,7 @@ 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.Desktop" --build-configuration "$(buildConfiguration)" --runtime "$(buildPlatform)" -o "$(System.DefaultWorkingDirectory)\Builds\PixiEditor-$(architecture)-light\PixiEditor" --analytics-url "https://api.pixieditor.net/analytics/" --project-path C:\Git\PixiEditor\src\PixiEditor.Desktop --extension-projects C:\Git\PixiEditor\src\PixiEditor.Beta --crash-report-webhook-url "$(crash-webhook-url)"'
+    arguments: '--project-path "$(System.DefaultWorkingDirectory)\src\PixiEditor.Desktop" --build-configuration "$(buildConfiguration)" --runtime "$(buildPlatform)" -o "$(System.DefaultWorkingDirectory)\Builds\PixiEditor-$(architecture)-light\PixiEditor" --analytics-url "https://api.pixieditor.net/analytics/" --project-path C:\Git\PixiEditor\src\PixiEditor.Desktop --extension-projects "$(System.DefaultWorkingDirectory)\src\PixiEditor.Beta" --crash-report-webhook-url "$(crash-webhook-url)"'
     workingDirectory: 'src/PixiEditor.Builder'
     workingDirectory: 'src/PixiEditor.Builder'
 
 
 - task: ArchiveFiles@2
 - task: ArchiveFiles@2