From 851391f581905922d643cfc960014ac79297e8f7 Mon Sep 17 00:00:00 2001 From: Dustin Howett Date: Wed, 29 Apr 2020 16:29:33 -0700 Subject: [PATCH] and spacing --- build/scripts/Test-WindowsTerminalPackage.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/scripts/Test-WindowsTerminalPackage.ps1 b/build/scripts/Test-WindowsTerminalPackage.ps1 index 8d33f1a2769..a8677f42fc5 100644 --- a/build/scripts/Test-WindowsTerminalPackage.ps1 +++ b/build/scripts/Test-WindowsTerminalPackage.ps1 @@ -75,12 +75,12 @@ Try { $filesHasVclibsAppX = ($null -ne (Get-Item "$AppxPackageRootPath\vcruntime140_app.dll" -EA:Ignore)) -or ($null -ne (Get-Item "$AppxPackageRootPath\vcruntime140d_app.dll" -EA:Ignore)) If ($depsHasVclibsDesktop -and $filesHasVclibsDesktop) { - Throw "Package has Dependency *and* integrated Desktop VCLibs" + Throw "Package has Dependency *and* integrated Desktop VCLibs" } If ($depsHasVclibsAppx -and $filesHasVclibsAppx) { - # We've shipped like this forever, so downgrade to warning. - Write-Warning "Package has Dependency *and* integrated AppX VCLibs" + # We've shipped like this forever, so downgrade to warning. + Write-Warning "Package has Dependency *and* integrated AppX VCLibs" } ### Check that we have an App.xbf (which is a proxy for our resources having been merged)