소스 검색

project path fix

Krzysztof Krysiński 2 년 전
부모
커밋
9462f7caa4
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      windows-x64-release-dev.yml
  2. 1 1
      windows-x64-release.yml
  3. 1 1
      windows-x86-release-dev.yml
  4. 1 1
      windows-x86-release.yml

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

@@ -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
   inputs:

+ 1 - 1
windows-x64-release.yml

@@ -55,7 +55,7 @@ steps:
   displayName: Publish PixiEditor
   inputs:
     filePath: 'src/PixiEditor.Builder/build.ps1'
-    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)"'
     
 - task: ArchiveFiles@2
   inputs:

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

@@ -57,7 +57,7 @@ steps:
   displayName: Publish PixiEditor
   inputs:
     filePath: 'src/PixiEditor.Builder/build.ps1'
-    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)"'
 
 - task: ArchiveFiles@2
   inputs:

+ 1 - 1
windows-x86-release.yml

@@ -57,7 +57,7 @@ steps:
   displayName: Publish PixiEditor
   inputs:
     filePath: 'src/PixiEditor.Builder/build.ps1'
-    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)"'
 
 - task: ArchiveFiles@2
   inputs: