Skip to content

Commit

Permalink
Changed ZenjectIntegrationTestFixture file to be optional since it do…
Browse files Browse the repository at this point in the history
…esn't compile anymore with 2018 except when playmode tests are enabled
  • Loading branch information
svermeulen committed Mar 6, 2018
1 parent c688df8 commit efc7cef
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Build/python/mtm/zen/CreateRelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ def _createCSharpPackage(self, includeSample, outputPath):
self._sys.deleteDirectory('[ZenTempDir]/OptionalExtras/UnitTests')
self._sys.removeFile('[ZenTempDir]/OptionalExtras/UnitTests.meta')

self._zipHelper.createZipFile('[ZenTempDir]/OptionalExtras/ZenjectIntegrationTest', '[ZenTempDir]/OptionalExtras/ZenjectIntegrationTest.zip')
self._sys.deleteDirectory('[ZenTempDir]/OptionalExtras/ZenjectIntegrationTest')
self._sys.removeFile('[ZenTempDir]/OptionalExtras/ZenjectIntegrationTest.meta')

self._zipHelper.createZipFile('[ZenTempDir]/OptionalExtras/IntegrationTests', '[ZenTempDir]/OptionalExtras/IntegrationTests.zip')
self._sys.deleteDirectory('[ZenTempDir]/OptionalExtras/IntegrationTests')
self._sys.removeFile('[ZenTempDir]/OptionalExtras/IntegrationTests.meta')
Expand All @@ -145,7 +149,7 @@ def installBindings():

config = {
'PathVars': {
'UnityExePath': 'C:/Utils/Unity/Unity2017.1.1f1/Editor/Unity.exe',
'UnityExePath': 'D:/Utils/Unity/Unity2017.2.0f3/Editor/Unity.exe',
'LogPath': os.path.join(BuildDir, 'Log.txt'),
'MsBuildExePath': 'C:/Windows/Microsoft.NET/Framework/v4.0.30319/msbuild.exe'
},
Expand Down
2 changes: 2 additions & 0 deletions Documentation/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

###5.5.0 (March 7, 2017)

Minor release, mostly bug fixes

Bug fixes
- Fixed some bugs with NonLazy bind method
- Changed validation to output only the errors relevant to the user
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit efc7cef

Please sign in to comment.