Skip to content

Commit 3b5c4ed

Browse files
committed
Maybe fix CI issue with file being used?
1 parent 398084b commit 3b5c4ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-nuget.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ jobs:
102102
run: dotnet build ${{ github.workspace }}/src/NetSparkle.UI.Avalonia/NetSparkle.UI.Avalonia.csproj --configuration Release
103103

104104
- 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
106106

107107
- 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
109109

110110
- name: Build NetSparkle.UI.WinForms.NetCore in Release
111111
run: dotnet build ${{ github.workspace }}/src/NetSparkle.UI.WinForms.NetCore/NetSparkle.UI.WinForms.NetCore.csproj --configuration Release

0 commit comments

Comments
 (0)