Skip to content
Snippets Groups Projects
Commit 367e45f5 authored by Andreia Gaita's avatar Andreia Gaita
Browse files

Fix build scripts for non-packaging flow

parent cd772c3e
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,6 @@ Global
{1AC3F82E-AEAE-4C84-825C-207BB264FCFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AC3F82E-AEAE-4C84-825C-207BB264FCFA}.Release|Any CPU.Build.0 = Release|Any CPU
{7DEF4226-7740-457F-9199-34174C49A978}.Debug|Any CPU.ActiveCfg = PublishDebug|Any CPU
{7DEF4226-7740-457F-9199-34174C49A978}.Debug|Any CPU.Build.0 = PublishDebug|Any CPU
{7DEF4226-7740-457F-9199-34174C49A978}.Publish|Any CPU.ActiveCfg = Publish|Any CPU
{7DEF4226-7740-457F-9199-34174C49A978}.Publish|Any CPU.Build.0 = Publish|Any CPU
{7DEF4226-7740-457F-9199-34174C49A978}.PublishDebug|Any CPU.ActiveCfg = PublishDebug|Any CPU
......
......@@ -11,6 +11,7 @@ esac
nuget restore
xbuild GitHub.Unity.sln /property:Configuration=$Configuration
xbuild GitHub.Unity.sln /property:Configuration=$Publish
Unity=""
if [ -f "$1/Unity.app/Contents/MacOS/Unity" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment