Skip to content

Dev/export package support - #32

Merged
Derek (derekfreed) merged 3 commits into
microsoft:developfrom
jwittner:dev/exportPackageSupport
Feb 6, 2018
Merged

Dev/export package support#32
Derek (derekfreed) merged 3 commits into
microsoft:developfrom
jwittner:dev/exportPackageSupport

Conversation

@jwittner

@jwittner Josh Wittner (jwittner) commented Feb 5, 2018

Copy link
Copy Markdown
Member

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

if( $process.ExitCode -ne 0 )
{
if( $LogFile )
if( $LogFile -and (Test-Path $LogFile -Type Leaf) )

Copy link
Copy Markdown
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?

@derekfreed Derek (derekfreed) left a comment

Copy link
Copy Markdown
Member

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
Derek (derekfreed) merged commit 12b58d1 into microsoft:develop Feb 6, 2018
@jwittner
Josh Wittner (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