浏览代码

Added install wasm-tools to pipelines

flabbet 8 月之前
父节点
当前提交
69c4422da5
共有 3 个文件被更改,包括 18 次插入0 次删除
  1. 6 0
      pipelines/Linux/tests-ubuntu.yml
  2. 6 0
      pipelines/MacOS/tests-macos.yml
  3. 6 0
      pipelines/Windows/tests-windows.yml

+ 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'