Skip to content

Dev/export package support #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 6, 2018

Conversation

jwittner
Copy link
Member

@jwittner jwittner commented Feb 5, 2018

Adds support for exporting packages from the Unity Editor.
Fixes exception when reporting log to write-information.

@@ -711,9 +714,9 @@ function Start-UnityEditor
$process.WaitForExit();
if( $process.ExitCode -ne 0 )
{
if( $LogFile )
if( $LogFile -and (Test-Path $LogFile -Type Leaf) )
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should -Type here be -PathType instead?

Copy link
Member

@derekfreed derekfreed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: -type is not listed in test-path documentation but still works just like -pathtype

@derekfreed derekfreed merged commit 12b58d1 into microsoft:develop Feb 6, 2018
@jwittner jwittner deleted the dev/exportPackageSupport branch February 16, 2018 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants