This commit is contained in:
2023-01-14 17:10:58 -06:00

View File

@@ -20,6 +20,15 @@ steps:
- task: NuGetToolInstaller@1 - task: NuGetToolInstaller@1
- task: UseDotNet@2
inputs:
packageType: 'sdk'
useGlobalJson: true
- task: CmdLine@2
inputs:
script: 'dotnet workload install wasm-tools'
- task: NuGetCommand@2 - task: NuGetCommand@2
inputs: inputs:
restoreSolution: '$(solution)' restoreSolution: '$(solution)'