Browse Source

Update tests-x64.yml

flabbet 11 months ago
parent
commit
f01da3c630
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pipelines/Windows/tests-x64.yml

+ 2 - 2
pipelines/Windows/tests-x64.yml

@@ -31,14 +31,14 @@ steps:
   inputs:
   inputs:
     targetType: 'inline'
     targetType: 'inline'
     script: |
     script: |
-      $env:WASI_SDK_PATH += ";$(Get-Location)\$(wasiName)\bin"
+      $env:WASI_SDK_PATH = "$(Get-Location)\$(wasiName)\bin"
 
 
 - task: PowerShell@2
 - task: PowerShell@2
   displayName: 'Verify Environment Path'
   displayName: 'Verify Environment Path'
   inputs:
   inputs:
     targetType: 'inline'
     targetType: 'inline'
     script: |
     script: |
-      echo "Environment path set to: $env:Path"
+      echo "Environment path set to: $env:WASI_SDK_PATH"
 
 
 - task: NuGetToolInstaller@1
 - task: NuGetToolInstaller@1