Skip to content

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

Merged
TravisEz13 merged 1 commit intoPowerShell:masterfrom
SteveL-MSFT:test-package
Sep 11, 2017
Merged

validate the expected output package exists when using start-pspackage#4795
TravisEz13 merged 1 commit intoPowerShell:masterfrom
SteveL-MSFT:test-package

Conversation

@SteveL-MSFT
Copy link
Copy Markdown
Member

Fix #4760
also fixed small typo

Copy link
Copy Markdown
Member

@TravisEz13 TravisEz13 left a comment

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.

@TravisEz13 TravisEz13 merged commit 3815a95 into PowerShell:master Sep 11, 2017
@SteveL-MSFT SteveL-MSFT deleted the test-package branch October 16, 2017 21:54
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