Strip only for release
This commit is contained in:
parent
350ac86ac4
commit
ffcfefa065
@ -26,7 +26,7 @@
|
|||||||
<IlcGenerateCompleteTypeMetadata>false</IlcGenerateCompleteTypeMetadata>
|
<IlcGenerateCompleteTypeMetadata>false</IlcGenerateCompleteTypeMetadata>
|
||||||
<IlcGenerateStackTraceData Condition="'$(Configuration.toUpper())' != 'DEBUG'">false</IlcGenerateStackTraceData>
|
<IlcGenerateStackTraceData Condition="'$(Configuration.toUpper())' != 'DEBUG'">false</IlcGenerateStackTraceData>
|
||||||
<IlcDisableUnhandledExceptionExperience>true</IlcDisableUnhandledExceptionExperience>
|
<IlcDisableUnhandledExceptionExperience>true</IlcDisableUnhandledExceptionExperience>
|
||||||
<StripSymbols>true</StripSymbols>
|
<StripSymbols Condition="'$(Configuration.toUpper())' != 'DEBUG'">true</StripSymbols>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
1
test.sh
1
test.sh
@ -3,4 +3,3 @@ rm -f src/packages.lock.json
|
|||||||
dotnet publish -r linux-x64 -c Release /p:RestoreLockedMode=true
|
dotnet publish -r linux-x64 -c Release /p:RestoreLockedMode=true
|
||||||
cd src/bin/Release/net7.0/linux-x64/publish
|
cd src/bin/Release/net7.0/linux-x64/publish
|
||||||
cp AvaloniaCoreRTDemo AvaloniaCoreRTDemo.bin
|
cp AvaloniaCoreRTDemo AvaloniaCoreRTDemo.bin
|
||||||
strip AvaloniaCoreRTDemo.bin
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user