Pārlūkot izejas kodu

Added install wasm-tools to pipelines

flabbet 8 mēneši atpakaļ
vecāks
revīzija
69c4422da5

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

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

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

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

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

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