From cbb3f60362f0ff2857346027248bb904628c9439 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 28 Oct 2024 15:27:37 -0600 Subject: [PATCH] Update mac tests Mac doesn't contain .NET 6 by default now --- build/azure-pipeline.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/azure-pipeline.yaml b/build/azure-pipeline.yaml index c3b75c8..14829f6 100644 --- a/build/azure-pipeline.yaml +++ b/build/azure-pipeline.yaml @@ -22,6 +22,11 @@ jobs: steps: + - task: UseDotNet@2 + displauName: Install .NET 6 + inputs: + version: 6.0.x + # There is a legacy project in the solution that dotnet won't build, so restoring and building individual projects - script: dotnet restore ./Google.Authenticator/Google.Authenticator.csproj displayName: dotnet restore package