Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
2023-01-14 18:33:47 +00:00
parent bbeecc4c95
commit 32539064be

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