Explorar el Código

Update tests-windows.yml

Krzysztof Krysiński hace 3 meses
padre
commit
c1b1c649d6
Se han modificado 1 ficheros con 6 adiciones y 15 borrados
  1. 6 15
      pipelines/Windows/tests-windows.yml

+ 6 - 15
pipelines/Windows/tests-windows.yml

@@ -28,21 +28,6 @@ steps:
       cleanDestinationFolder: false
       overwriteExistingFiles: false
 
-  - task: Bash@3
-    displayName: "Set SwiftShader ICD env variable"
-    inputs:
-      targetType: 'inline'
-      script: 'echo "##vso[task.setvariable variable=VK_ICD_FILENAMES;]$(Build.SourcesDirectory)\tests\TestDrivers\Windows\vk_swiftshader_icd.json"'
-
-  - task: Bash@3
-    displayName: "Show SwiftShader ICD env variable"
-    inputs:
-      targetType: 'inline'
-      script: |
-        echo "SwiftShader ICD env variable set to: $VK_ICD_FILENAMES"
-        echo "Contents of directory:"
-        ls tests/TestDrivers/Windows/
-
   - task: CmdLine@2
     displayName: 'Download WASI SDK'
     inputs:
@@ -100,6 +85,12 @@ steps:
       projects: '**/*.csproj'
       arguments: '--configuration Release -r $(buildPlatform)'
 
+  - task: CopyFiles@2
+    inputs:
+      SourceFolder: 'tests/TestDrivers/Windows/'
+      Contents: '*.dll'
+      TargetFolder: 'tests/PixiEditor.Tests/bin/Release/net8.0/'
+
   - task: DotNetCoreCLI@2
     displayName: Tests
     inputs: