Skip to content

Commit

Permalink
Revert "test"
Browse files Browse the repository at this point in the history
This reverts commit dd97e06.
  • Loading branch information
fluong6 committed May 13, 2024
1 parent dd97e06 commit af5add7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .yamato/create_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Release_MacOS_Regular_Build_Universal:
retries: 10
- command: echo "Editor is downloaded"
- command: export NGOVersion=https://github.com/Unity-Technologies/com.unity.netcode.gameobjects.git?path=/com.unity.netcode.gameobjects#develop
# - command: $YAMATO_SOURCE_DIR/TestingEditor/Unity.app/Contents/MacOS/Unity -quit -batchmode -projectPath $YAMATO_SOURCE_DIR -executeMethod BuilderScript.UpdateUnityManifest -logFile $YAMATO_SOURCE_DIR/UnityLog.txt
# timeout: 30
- command: $YAMATO_SOURCE_DIR/TestingEditor/Unity.app/Contents/MacOS/Unity -projectPath $YAMATO_SOURCE_DIR -executeMethod BuilderScript.UpdateUnityManifest -logFile $YAMATO_SOURCE_DIR/UnityLog.txt
timeout: 30
- command: cat Packages/manifest.json
- command: $YAMATO_SOURCE_DIR/TestingEditor/Unity.app/Contents/MacOS/Unity -quit -batchmode -projectPath $YAMATO_SOURCE_DIR -buildOSXUniversal -executeMethod BuilderScript.BuildReleaseStandAloneOSX_Universal -logFile ./artifacts/UnityLog.txt -automated -crash-report-folder ./artifacts/crashDumps
- command: echo "Player build finished"
Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Editor/BuilderScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ static void UpdateUnityManifest()
Debug.Log("Package is already installed.");
EditorApplication.Exit(0);
}
//EditorApplication.Exit(0);
EditorApplication.Exit(0);
}

private static void ManifestUpdateLoop()
Expand Down

0 comments on commit af5add7

Please sign in to comment.