Skip to content

Commit

Permalink
Attempt to fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 committed May 31, 2023
1 parent 2b311ef commit 1e0253b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ steps:
displayName: 'Use .NET SDK'
inputs:
packageType: 'sdk'
version: 7.0.102
version: 7.0.101
- task: DotNetCoreCLI@2
displayName: 'Pack Templates'
inputs:
Expand All @@ -20,7 +20,7 @@ steps:
- task: CmdLine@2
displayName: 'Install workload'
inputs:
script: 'dotnet workload install ios android wasm-tools wasm-experimental --from-rollback-file https://maui.blob.core.windows.net/metadata/rollbacks/7.0.2xx.json --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json --source https://api.nuget.org/v3/index.json'
script: 'dotnet workload install android ios wasm-tools wasm-experimental'
- task: PowerShell@2
displayName: 'Run Tests'
inputs:
Expand Down

0 comments on commit 1e0253b

Please sign in to comment.