This commit is contained in:
Emmanuel Hansen 2022-11-01 14:33:02 +00:00
Родитель ce3ad1792c
Коммит ffd6ff7b7f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -20,7 +20,7 @@ steps:
- task: CmdLine@2
displayName: 'Install WASM workload'
inputs:
script: 'dotnet workload install --no-cache --disable-parallel ios android wasm-tools --skip-manifest-update'
script: 'dotnet workload install --no-cache --disable-parallel ios android wasm-tools'
- task: PowerShell@2
displayName: 'Run Tests'
inputs: