Browse Source

Fixed paths

Krzysztof Krysiński 3 months ago
parent
commit
4dddb228fc
1 changed files with 3 additions and 3 deletions
  1. 3 3
      pipelines/Windows/tests-windows.yml

+ 3 - 3
pipelines/Windows/tests-windows.yml

@@ -22,8 +22,8 @@ steps:
 
   - task: ExtractFiles@1
     inputs:
-      archiveFilePatterns: 'PixiEditor/tests/TestDrivers/Windows/*.zip'
-      destinationFolder: 'PixiEditor/tests/TestDrivers/Windows/'
+      archiveFilePatterns: '/tests/TestDrivers/Windows/*.zip'
+      destinationFolder: '/tests/TestDrivers/Windows/'
       cleanDestinationFolder: false
       overwriteExistingFiles: false
 
@@ -31,7 +31,7 @@ steps:
     displayName: "Set SwiftShader ICD env variable"
     inputs:
       targetType: 'inline'
-      script: 'echo "##vso[task.setvariable variable=VK_ICD_FILENAMES;]PixiEditor\tests\TestDrivers\Windows\vk_swiftshader_icd.json"'
+      script: 'echo "##vso[task.setvariable variable=VK_ICD_FILENAMES;]\tests\TestDrivers\Windows\vk_swiftshader_icd.json"'
 
   - task: CmdLine@2
     displayName: 'Download WASI SDK'