Update to ILCompiler 7.0.0-*
Official support added to MacOS x64
This commit is contained in:
7
test.command
Executable file
7
test.command
Executable file
@ -0,0 +1,7 @@
|
||||
#!/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
|
Reference in New Issue
Block a user