Skip to content

Commit

Permalink
Store logs for different unity packages in different files
Browse files Browse the repository at this point in the history
  • Loading branch information
coeing committed Aug 27, 2017
1 parent 11434ab commit c1b6f91
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions Tools/Build/BuildUnityPackage.5.3.bat

This file was deleted.

2 changes: 1 addition & 1 deletion Tools/Build/BuildUnityPackage.5.5.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ if ["%UNITY_5_5_PATH%"] == [""] (
goto :EOF
)

BuildUnityPackage.bat "%UNITY_5_5_PATH%" "Debug" "Slash.Framework.1.X.Unity.5.5" > BuildUnityPackage.log
BuildUnityPackage.bat "%UNITY_5_5_PATH%" "Debug" "Slash.Framework.1.X.Unity.5.5" > logs/BuildUnity55Package.log
2 changes: 1 addition & 1 deletion Tools/Build/BuildUnityPackage.5.6.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ if ["%UNITY_5_6_PATH%"] == [""] (
goto :EOF
)

BuildUnityPackage.bat "%UNITY_5_6_PATH%" "Debug" "Slash.Framework.1.X.Unity.5.6"
BuildUnityPackage.bat "%UNITY_5_6_PATH%" "Debug" "Slash.Framework.1.X.Unity.5.6" > logs/BuildUnity56Package.log

0 comments on commit c1b6f91

Please sign in to comment.