Commit 3b5c4ed 1 parent 398084b commit 3b5c4ed Copy full SHA for 3b5c4ed
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,10 @@ jobs:
102
102
run : dotnet build ${{ github.workspace }}/src/NetSparkle.UI.Avalonia/NetSparkle.UI.Avalonia.csproj --configuration Release
103
103
104
104
- name : Build NetSparkle.Tools.AppCastGenerator in Release
105
- run : dotnet build ${{ github.workspace }}/src/NetSparkle.Tools.AppCastGenerator/NetSparkle.Tools.AppCastGenerator.csproj --configuration Release
105
+ run : dotnet build ${{ github.workspace }}/src/NetSparkle.Tools.AppCastGenerator/NetSparkle.Tools.AppCastGenerator.csproj --configuration Release -m:1
106
106
107
107
- name : Build NetSparkle.Tools.DSAHelper in Release
108
- run : dotnet build ${{ github.workspace }}/src/NetSparkle.Tools.DSAHelper/NetSparkle.Tools.DSAHelper.csproj --configuration Release
108
+ run : dotnet build ${{ github.workspace }}/src/NetSparkle.Tools.DSAHelper/NetSparkle.Tools.DSAHelper.csproj --configuration Release -m:1
109
109
110
110
- name : Build NetSparkle.UI.WinForms.NetCore in Release
111
111
run : dotnet build ${{ github.workspace }}/src/NetSparkle.UI.WinForms.NetCore/NetSparkle.UI.WinForms.NetCore.csproj --configuration Release
You can’t perform that action at this time.
0 commit comments