Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia committed Jul 15, 2024
1 parent 9ec60d5 commit fc7bfb6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit fc7bfb6

Please sign in to comment.