File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed
Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments