Skip to content

Commit

Permalink
Remove wasm-experimental workload
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 committed Mar 8, 2024
1 parent 160f835 commit 8c46a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8c46a1c

Please sign in to comment.