This commit is contained in:
Nick Randolph 2023-08-10 11:31:11 +10:00
Родитель 5408829de1
Коммит 5c557c9ea1
1 изменённых файлов: 5 добавлений и 16 удалений

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

@ -47,17 +47,11 @@ jobs:
displayName: Use GitVersion displayName: Use GitVersion
- task: UseDotNet@2 - task: UseDotNet@2
displayName: 'Use .NET Core SDK 5.0.101' displayName: 'Use .NET SDK'
inputs:
packageType: sdk
version: 5.0.101
- task: UseDotNet@2
displayName: 'Use .NET Core SDK 6.0.401'
retryCountOnTaskFailure: 3 retryCountOnTaskFailure: 3
inputs: inputs:
packageType: sdk packageType: sdk
version: 6.0.401 version: 7.0.302
- task: MSBuild@1 - task: MSBuild@1
inputs: inputs:
@ -110,16 +104,11 @@ jobs:
clean: true clean: true
- task: UseDotNet@2 - task: UseDotNet@2
displayName: 'Use .NET Core SDK 5.0.101' displayName: 'Use .NET SDK'
retryCountOnTaskFailure: 3
inputs: inputs:
packageType: sdk packageType: sdk
version: 5.0.101 version: 7.0.302
- task: UseDotNet@2
displayName: 'Use .NET Core SDK 6.0.401'
inputs:
packageType: sdk
version: 6.0.401
- bash: | - bash: |
chmod +x build/wasm-uitest-run.sh chmod +x build/wasm-uitest-run.sh