From 32539064be008cae66eb0e86e2a4379e00fc01e2 Mon Sep 17 00:00:00 2001 From: Lucas Morgan Date: Sat, 14 Jan 2023 18:33:47 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1a323e7..7167326 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,6 +20,15 @@ steps: - task: NuGetToolInstaller@1 +- task: UseDotNet@2 + inputs: + packageType: 'sdk' + useGlobalJson: true + +- task: CmdLine@2 + inputs: + script: 'dotnet workload install wasm-tools' + - task: NuGetCommand@2 inputs: restoreSolution: '$(solution)'