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