diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c262fa6..25603f1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,7 +20,7 @@ steps: - task: CmdLine@2 displayName: 'Install workload' inputs: - script: 'dotnet workload install android ios wasm-tools wasm-experimental' + script: 'dotnet workload install android ios wasm-tools' - task: PowerShell@2 displayName: 'Run Tests' inputs: