File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Image2Display/Image2Display Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4444 DOTNETARCH : ${{ matrix.dotnetarch }}
4545 run : |
4646 cd Image2Display/Image2Display
47- dotnet publish -r $DOTNETOS-$DOTNETARCH --configuration Release --self-contained true -p:PublishTrimmed=true -p:TrimMode=link -p:PublishAot =true
47+ dotnet publish -r $DOTNETOS-$DOTNETARCH --configuration Release --self-contained true -p:PublishTrimmed=true -p:TrimMode=link -p:PublishSingleFile =true
4848 rm bin/Release/net9.0/$DOTNETOS-$DOTNETARCH/publish/*.pdb
4949 mkdir pkg
5050 mv bin/Release/net9.0/$DOTNETOS-$DOTNETARCH/publish/* pkg/
Original file line number Diff line number Diff line change 4343 DOTNETARCH : ${{ matrix.dotnetarch }}
4444 run : |
4545 cd Image2Display/Image2Display
46- dotnet publish -r $DOTNETOS-$DOTNETARCH --configuration Release --self-contained true -p:PublishTrimmed=true -p:TrimMode=link -p:PublishAot =true
46+ dotnet publish -r $DOTNETOS-$DOTNETARCH --configuration Release --self-contained true -p:PublishTrimmed=true -p:TrimMode=link -p:PublishSingleFile =true
4747 rm bin/Release/net9.0/$DOTNETOS-$DOTNETARCH/publish/*.pdb
4848 mkdir pkg
4949 mv bin/Release/net9.0/$DOTNETOS-$DOTNETARCH/publish/* pkg/
Original file line number Diff line number Diff line change 1010 <Authors >chenxuuu</Authors >
1111 <Company >https://github.com/chenxuuu/image2display</Company >
1212 <Description >Image data conversion tool</Description >
13- <Version >1.1.2 .0</Version >
13+ <Version >1.1.4 .0</Version >
1414 </PropertyGroup >
1515
1616 <ItemGroup >
You can’t perform that action at this time.
0 commit comments