Browse Source

workload fix

flabbet 11 months ago
parent
commit
226b8795ad

+ 3 - 1
pipelines/Linux/tests-arm64.yml

@@ -15,9 +15,11 @@ steps:
 - task: NuGetToolInstaller@1
 
 - task: DotNetCoreCLI@2
+  displayName: Install wasi-wasm
   inputs:
     command: 'custom'
-    custom: 'workload install wasi-experimental'
+    custom: 'workload'
+    arguments: 'install wasi-experimental'
 
 - task: NuGetCommand@2
   inputs:

+ 3 - 1
pipelines/Linux/tests-x64.yml

@@ -15,9 +15,11 @@ steps:
 - task: NuGetToolInstaller@1
 
 - task: DotNetCoreCLI@2
+  displayName: Install wasi-wasm
   inputs:
     command: 'custom'
-    custom: 'workload install wasi-experimental'
+    custom: 'workload'
+    arguments: 'install wasi-experimental'
 
 - task: NuGetCommand@2
   inputs:

+ 4 - 2
pipelines/MacOS/tests-arm64.yml

@@ -10,14 +10,16 @@ variables:
   solution: '**/*.sln'
   buildPlatform: 'osx-arm64'
   buildConfiguration: 'Release'
-
+  
 steps:
 - task: NuGetToolInstaller@1
 
 - task: DotNetCoreCLI@2
+  displayName: Install wasi-wasm
   inputs:
     command: 'custom'
-    custom: 'workload install wasi-experimental'
+    custom: 'workload'
+    arguments: 'install wasi-experimental'
 
 - task: NuGetCommand@2
   inputs:

+ 3 - 1
pipelines/MacOS/tests-x64.yml

@@ -15,9 +15,11 @@ steps:
 - task: NuGetToolInstaller@1
 
 - task: DotNetCoreCLI@2
+  displayName: Install wasi-wasm
   inputs:
     command: 'custom'
-    custom: 'workload install wasi-experimental'
+    custom: 'workload'
+    arguments: 'install wasi-experimental'
 
 - task: NuGetCommand@2
   inputs:

+ 3 - 1
pipelines/Windows/tests-arm64.yml

@@ -15,9 +15,11 @@ steps:
 - task: NuGetToolInstaller@1
 
 - task: DotNetCoreCLI@2
+  displayName: Install wasi-wasm
   inputs:
     command: 'custom'
-    custom: 'workload install wasi-experimental'
+    custom: 'workload'
+    arguments: 'install wasi-experimental'
 
 - task: NuGetCommand@2
   inputs:

+ 3 - 1
pipelines/Windows/tests-x64.yml

@@ -15,9 +15,11 @@ steps:
 - task: NuGetToolInstaller@1
 
 - task: DotNetCoreCLI@2
+  displayName: Install wasi-wasm
   inputs:
     command: 'custom'
-    custom: workload install wasi-experimental
+    custom: 'workload'
+    arguments: 'install wasi-experimental'
 
 - task: NuGetCommand@2
   inputs: