|
@@ -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:
|