From 3262fdc9eca34ce2138bd0d240179ff33c8d9171 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Tue, 16 Jul 2024 08:51:29 -0400 Subject: [PATCH] Fix build pipeline MAUI version (#3354) --- .github/workflows/build.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 103a828fc..7e528ea8c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,11 +85,6 @@ jobs: - name: Set up MSBuild uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2.0.0 - # This step might be obsolete at some point as .NET MAUI workloads - # are starting to come pre-installed on the GH Actions build agents. - - name: Install MAUI Workload - run: dotnet workload install maui --ignore-failed-sources - - name: Setup Windows builder run: choco install checksum --no-progress @@ -312,11 +307,6 @@ jobs: - name: Set up MSBuild uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2.0.0 - # This step might be obsolete at some point as .NET MAUI workloads - # are starting to come pre-installed on the GH Actions build agents. - - name: Install MAUI Workload - run: dotnet workload install maui --ignore-failed-sources - - name: Setup Windows builder run: choco install checksum --no-progress