Skip to content

validate the expected output package exists when using start-pspackage - #4795

Merged
Travis Plunk (TravisEz13) merged 1 commit into
PowerShell:masterfrom
SteveL-MSFT:test-package
Sep 11, 2017
Merged

validate the expected output package exists when using start-pspackage#4795
Travis Plunk (TravisEz13) merged 1 commit into
PowerShell:masterfrom
SteveL-MSFT:test-package

Conversation

@SteveL-MSFT

Copy link
Copy Markdown
Member

Fix #4760
also fixed small typo

@TravisEz13 Travis Plunk (TravisEz13) 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.

One minor comment

Start-NativeExecution -sb {dotnet $arguments} | Foreach-Object {Write-Verbose $_}

Get-ChildItem $nugetFolder\* | Select-Object -ExpandProperty FullName
$nupkgFile = "${nugetFolder}\${nuspecPackageName}-${packageRuntime}.${nugetSemanticVersion}.nupkg"

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.

This is the full name... you don't need the get-childitem anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build is green if an MSI could not be produced due to e.g. a WiX compilation error

3 participants