File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
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:PublishSingleFile=true
47+ dotnet publish -r $DOTNETOS-$DOTNETARCH --configuration Release --self-contained true -p:PublishTrimmed=true -p:TrimMode=link -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=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:PublishSingleFile=true
46+ dotnet publish -r $DOTNETOS-$DOTNETARCH --configuration Release --self-contained true -p:PublishTrimmed=true -p:TrimMode=link -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true
4747 rm bin/Release/net9.0/$DOTNETOS-$DOTNETARCH/publish/*.pdb
4848 mkdir pkg
4949 mv bin/Release/net9.0/$DOTNETOS-$DOTNETARCH/publish/* pkg/
You can’t perform that action at this time.
0 commit comments