From 2ed37b3f4930211cefeb216821c7b1afb774909d Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Wed, 26 Sep 2018 13:15:34 -0700 Subject: [PATCH] Fix multiline powershell invocations --- build/package/Installer.MSI.targets | 92 ++++++++++++++--------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/build/package/Installer.MSI.targets b/build/package/Installer.MSI.targets index 3c8f0f2f8..503e58889 100644 --- a/build/package/Installer.MSI.targets +++ b/build/package/Installer.MSI.targets @@ -102,17 +102,17 @@ Inputs="@(GenerateSdkMsiInputs)" Outputs="$(SdkInstallerFile)"> - @@ -122,15 +122,15 @@ Inputs="@(GenerateMSBuildExtensionsMsiInputs)" Outputs="$(MSBuildExtensionsInstallerFile)"> - @@ -144,21 +144,21 @@ $(SdkGenerateBundlePowershellScript)" Outputs="$(CombinedFrameworkSdkHostInstallerFile)"> - @@ -170,10 +170,10 @@ $(SdkGenerateNupkgPowershellScript)" Outputs="$(SdkInstallerNupkgFile)"> - @@ -185,10 +185,10 @@ $(SdkGenerateNupkgPowershellScript)" Outputs="$(SdkMSBuildExtensionsNupkgFile);$(SdkMSBuildExtensionsSwrFile)"> - -