Skip to content

Commit

Permalink
GithubCI: don't use Microsoft.Maui/Gtk.slnf
Browse files Browse the repository at this point in the history
As it doesn't exist in Mali/main.
  • Loading branch information
webwarrior-ws committed Nov 19, 2024
1 parent 9f09438 commit e774524
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-gtk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@ jobs:
run: |
mv Directory.Build.Override.props.in Directory.Build.Override.props
dotnet build Microsoft.Maui.BuildTasks.slnf
dotnet build -c Release Microsoft.Maui.Gtk.slnf
dotnet build -c Release src/BlazorWebView/src/Maui/Microsoft.AspNetCore.Components.WebView.Maui.csproj
dotnet build -c Release src/Essentials/src/Essentials.csproj
dotnet build -c Release src/Controls/src/Core/Controls.Core.csproj
dotnet build -c Release src/Controls/src/Xaml/Controls.Xaml.csproj
dotnet build -c Release src/Core/src/Core.csproj
dotnet build -c Release src/Compatibility/Core/src/Compatibility.csproj
dotnet build -c Release src/Controls/Foldable/src/Controls.Foldable.csproj
- name: Pack MAUI
run: |
dotnet pack src/BlazorWebView/src/Maui/Microsoft.AspNetCore.Components.WebView.Maui.csproj --no-build --no-restore
Expand Down

0 comments on commit e774524

Please sign in to comment.