AvaloniaCoreRTDemo/test.command
Joseph Moreno 225a954bb3 Update to ILCompiler 7.0.0-*
Official support added to MacOS x64
2021-10-09 12:02:31 -05:00

7 lines
153 B
Bash
Executable File

#!/bin/bash
dir=${0%/*}
if [ -d "$dir" ]; then
cd "$dir"
fi
rm -f src/packages.lock.json
dotnet publish -r osx-x64 -c release /p:RestoreLockedMode=true