Skip to content

Commit 3a05f62

Browse files
committed
Removed MacOS Build Validation
1 parent 4de0bf3 commit 3a05f62

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/pr-validation-cli.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -35,27 +35,27 @@ jobs:
3535
# - name: Check for vulnerable packages
3636
# run: dotnet list package --vulnerable
3737

38-
validate-maui:
39-
name: Validate GUI MAUI on macOS
40-
runs-on: macos-latest
41-
needs: validate-cli
42-
steps:
43-
- name: Checkout repository
44-
uses: actions/checkout@v4
45-
46-
- name: Setup .NET
47-
uses: actions/setup-dotnet@v4
48-
with:
49-
dotnet-version: '9.0.x'
50-
51-
- name: Install workloads
52-
run: |
53-
dotnet workload update
54-
dotnet workload install maui
55-
dotnet workload install maui-maccatalyst
56-
57-
- name: Restore GUI
58-
run: dotnet restore ./src/GUI/GUI.csproj
59-
60-
- name: Build GUI
61-
run: dotnet build ./src/GUI/GUI.csproj --configuration Release --no-restore
38+
# validate-maui:
39+
# name: Validate GUI MAUI on macOS
40+
# runs-on: macos-latest
41+
# needs: validate-cli
42+
# steps:
43+
# - name: Checkout repository
44+
# uses: actions/checkout@v4
45+
46+
# - name: Setup .NET
47+
# uses: actions/setup-dotnet@v4
48+
# with:
49+
# dotnet-version: '9.0.x'
50+
51+
# - name: Install workloads
52+
# run: |
53+
# dotnet workload update
54+
# dotnet workload install maui
55+
# dotnet workload install maui-maccatalyst
56+
57+
# - name: Restore GUI
58+
# run: dotnet restore ./src/GUI/GUI.csproj
59+
60+
# - name: Build GUI
61+
# run: dotnet build ./src/GUI/GUI.csproj --configuration Release --no-restore

0 commit comments

Comments
 (0)