Skip to content

Commit 398084b

Browse files
committed
Smoke test build Avalonia too
1 parent c9185a8 commit 398084b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,21 @@ jobs:
9595
- name: Build NetSparkle in Release
9696
run: dotnet build ${{ github.workspace }}/src/NetSparkle/NetSparkle.csproj --configuration Release
9797

98-
- name: Build NetSparkle.UI.WinForms.NetCore in Release
99-
run: dotnet build ${{ github.workspace }}/src/NetSparkle.UI.WinForms.NetCore/NetSparkle.UI.WinForms.NetCore.csproj --configuration Release
100-
10198
- name: Build NetSparkle.UI.WPF in Release
10299
run: dotnet build ${{ github.workspace }}/src/NetSparkle.UI.WPF/NetSparkle.UI.WPF.csproj --configuration Release
100+
101+
- name: Build NetSparkle.UI.Avalonia in Release
102+
run: dotnet build ${{ github.workspace }}/src/NetSparkle.UI.Avalonia/NetSparkle.UI.Avalonia.csproj --configuration Release
103103

104104
- name: Build NetSparkle.Tools.AppCastGenerator in Release
105105
run: dotnet build ${{ github.workspace }}/src/NetSparkle.Tools.AppCastGenerator/NetSparkle.Tools.AppCastGenerator.csproj --configuration Release
106106

107107
- name: Build NetSparkle.Tools.DSAHelper in Release
108108
run: dotnet build ${{ github.workspace }}/src/NetSparkle.Tools.DSAHelper/NetSparkle.Tools.DSAHelper.csproj --configuration Release
109109

110+
- name: Build NetSparkle.UI.WinForms.NetCore in Release
111+
run: dotnet build ${{ github.workspace }}/src/NetSparkle.UI.WinForms.NetCore/NetSparkle.UI.WinForms.NetCore.csproj --configuration Release
112+
110113
- name: Build NetSparkle.UI.WinForms.NetFramework in Release
111114
run: |
112115
msbuild ${{ github.workspace }}/src/NetSparkle.UI.WinForms.NetFramework/NetSparkle.UI.WinForms.NetFramework.csproj /property:Configuration=Release /t:Restore /p:OutputPath=../../nuget/winformsnetframework/lib/net462 /p:IncludeSymbols=true /p:SymbolPackageFormat=snupkg

0 commit comments

Comments
 (0)