File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Server/Properties/PublishProfiles Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131 - name : Publish Binaries
3232 working-directory : src/Server
3333 run : |
34- dotnet publish ./InverterMon.Server.csproj -c Release -r ${{ matrix.rid }} --self-contained -p:PublishTrimmed=false -o ./bin/${{ matrix.rid }}
34+ dotnet publish ./InverterMon.Server.csproj -c Release -r ${{ matrix.rid }} --self-contained -p:PublishTrimmed=true -o ./bin/${{ matrix.rid }}
3535 rm -rf ./bin/${{ matrix.rid }}/BlazorDebugProxy
3636 cd ./bin/${{ matrix.rid }}
3737 zip -r -9 ../${{ matrix.rid }}.zip ./*
Original file line number Diff line number Diff line change 1515 <ProjectGuid >b608f59f-4c72-43fd-820c-a0badf4591af</ProjectGuid >
1616 <SelfContained >true</SelfContained >
1717 <PublishSingleFile >true</PublishSingleFile >
18- <PublishTrimmed >false </PublishTrimmed >
18+ <PublishTrimmed >true </PublishTrimmed >
1919 </PropertyGroup >
2020</Project >
You can’t perform that action at this time.
0 commit comments