From 1e0253bc17d69d44172d7f28ea8a174b9f9f633e Mon Sep 17 00:00:00 2001 From: Max Katz Date: Wed, 31 May 2023 17:51:44 -0400 Subject: [PATCH] Attempt to fix unit tests --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: