Browse Source

Added script to create bundle.

ui-automation-test
Steven Kirk 4 years ago
parent
commit
9b9abb28ca
  1. 5
      samples/IntegrationTestApp/bundle.sh

5
samples/IntegrationTestApp/bundle.sh

@ -0,0 +1,5 @@
#!/usr/bin/env bash
cd $(cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)
dotnet restore -r osx-arm64
dotnet msbuild -t:BundleApp -p:RuntimeIdentifier=osx-arm64 -p:_AvaloniaUseExternalMSBuild=false
Loading…
Cancel
Save