Sample improves
* UserControl sample. * Multi-theme support. * NativeMenu on macOS. * GitHub workflow for Windows, Linux and MacOS artifact compilation.
This commit is contained in:
8
test.sh
8
test.sh
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
rm -f src/packages.lock.json
|
||||
dotnet publish -r linux-x64 -c release /p:RestoreLockedMode=true
|
||||
cd src/bin/Release/net*/linux-x64/publish
|
||||
cp AvaloniaCoreRTDemo AvaloniaCoreRTDemo.bin
|
||||
strip AvaloniaCoreRTDemo.bin
|
||||
dotnet publish -r linux-x64 -c release /p:RestoreLockedMode=true /p:TrimLink=true --self-contained
|
||||
cd src/bin/x64/Release/net6.0/linux-x64/publish
|
||||
cp AvaloniaCoreRTDemo AvaloniaCoreRTDemo.bin
|
||||
strip AvaloniaCoreRTDemo.bin
|
||||
|
||||
Reference in New Issue
Block a user