Skip to content

Fix quotes to allow variable expansion#12512

Merged
TravisEz13 merged 1 commit intoPowerShell:masterfrom
adityapatwardhan:FixQuotesForExpansion
Apr 28, 2020
Merged

Fix quotes to allow variable expansion#12512
TravisEz13 merged 1 commit intoPowerShell:masterfrom
adityapatwardhan:FixQuotesForExpansion

Conversation

@adityapatwardhan
Copy link
Copy Markdown
Member

PR Summary

Use double quotes instead of single quotes to allow variable expansion in the build script for the folder path name.

PR Context

PR Checklist

@ghost ghost assigned TravisEz13 Apr 28, 2020
@adityapatwardhan adityapatwardhan added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Apr 28, 2020
@adityapatwardhan adityapatwardhan added this to the 7.1.0-preview.3 milestone Apr 28, 2020
@@ -1820,7 +1820,7 @@ function New-ILNugetPackage
$packageRuntimesFolder = New-Item (Join-Path $filePackageFolder.FullName 'runtimes') -ItemType Directory
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@adityapatwardhan, your last commit had 1 failures in PowerShell-CI-windows
Enter-PSHostProcess tests.By Process Id.Can enter using NamedPipeConnectionInfo

Expected $true, but got $false.
at <ScriptBlock>, D:\a\1\s\test\powershell\Modules\Microsoft.PowerShell.Core\Enter-PSHostProcess.Tests.ps1: line 148
148:                     Should -BeTrue -Because (get-content $splat.FilePath -Raw)

@TravisEz13
Copy link
Copy Markdown
Member

@PoshChan Please remind me in 1 hour

@PoshChan
Copy link
Copy Markdown
Collaborator

@TravisEz13, this is the reminder you requested 1 hour ago

@TravisEz13 TravisEz13 merged commit aa859c0 into PowerShell:master Apr 28, 2020
@adityapatwardhan adityapatwardhan deleted the FixQuotesForExpansion branch April 28, 2020 19:02
@ghost
Copy link
Copy Markdown

ghost commented May 19, 2020

🎉v7.1.0-preview.3 has been released which incorporates this pull request.:tada:

Handy links:

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

Labels

CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants