diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 51c3adcb..a300b366 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: @@ -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: