Forráskód Böngészése

Added install wasm-tools to pipelines

flabbet 8 hónapja
szülő
commit
69c4422da5

+ 6 - 0
pipelines/Linux/tests-ubuntu.yml

@@ -58,6 +58,12 @@ steps:
       custom: 'workload'
       custom: 'workload'
       arguments: 'install wasi-experimental'
       arguments: 'install wasi-experimental'
 
 
+  - task: DotNetCoreCLI@2
+    displayName: Install wasm-tools
+    inputs:
+      command: 'custom'
+      custom: 'workload'
+      arguments: 'install wasm-tools'
 
 
   - task: NuGetCommand@2
   - task: NuGetCommand@2
     displayName: 'Restore solution'
     displayName: 'Restore solution'

+ 6 - 0
pipelines/MacOS/tests-macos.yml

@@ -58,6 +58,12 @@ steps:
       custom: 'workload'
       custom: 'workload'
       arguments: 'install wasi-experimental'
       arguments: 'install wasi-experimental'
 
 
+  - task: DotNetCoreCLI@2
+    displayName: Install wasm-tools
+    inputs:
+      command: 'custom'
+      custom: 'workload'
+      arguments: 'install wasm-tools'
 
 
   - task: NuGetCommand@2
   - task: NuGetCommand@2
     displayName: 'Restore solution'
     displayName: 'Restore solution'

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

@@ -65,6 +65,12 @@ steps:
     custom: 'workload'
     custom: 'workload'
     arguments: 'install wasi-experimental'
     arguments: 'install wasi-experimental'
 
 
+- task: DotNetCoreCLI@2
+  displayName: Install wasm-tools
+  inputs:
+    command: 'custom'
+    custom: 'workload'
+    arguments: 'install wasm-tools'
 
 
 - task: NuGetCommand@2
 - task: NuGetCommand@2
   displayName: 'Restore solution'
   displayName: 'Restore solution'