diff --git a/src/redist/targets/GenerateMSIs.targets b/src/redist/targets/GenerateMSIs.targets
index a9ee12111..05bb3eaa9 100644
--- a/src/redist/targets/GenerateMSIs.targets
+++ b/src/redist/targets/GenerateMSIs.targets
@@ -126,11 +126,11 @@
diff --git a/src/redist/targets/Signing.targets b/src/redist/targets/Signing.targets
index 233051fe8..b1d1f3679 100644
--- a/src/redist/targets/Signing.targets
+++ b/src/redist/targets/Signing.targets
@@ -56,6 +56,33 @@
+
+
+
+
+
+ <_DryRun>true
+ <_DryRun Condition="'$(OfficialBuild)' == 'true'">false
+
+ <_TestSign>false
+ <_TestSign Condition="'$(DotNetSignType)' == 'test'">true
+
+ <_DesktopMSBuildRequired>false
+ <_DesktopMSBuildRequired Condition="'$(_DryRun)' != 'true' and '$(MSBuildRuntimeType)' == 'Core'">true
+
+
+
+
+
+
+
+
+ <_DesktopMSBuildPath Condition="$(_DesktopMSBuildRequired)">$(_VSInstallDir)\MSBuild\15.0\Bin\msbuild.exe
+
-
-
-
-
- <_DryRun>true
- <_DryRun Condition="'$(OfficialBuild)' == 'true'">false
-
- <_TestSign>false
- <_TestSign Condition="'$(DotNetSignType)' == 'test'">true
-
- <_DesktopMSBuildRequired>false
- <_DesktopMSBuildRequired Condition="'$(_DryRun)' != 'true' and '$(MSBuildRuntimeType)' == 'Core'">true
-
-
-
-
-
-
-
-
- <_DesktopMSBuildPath Condition="$(_DesktopMSBuildRequired)">$(_VSInstallDir)\MSBuild\15.0\Bin\msbuild.exe
-
-
-
+
+
+
+
+
+ dnet-1.cab
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/redist/targets/packaging/windows/clisdk/generatemsi.ps1 b/src/redist/targets/packaging/windows/clisdk/generatemsi.ps1
index 5a92dafd2..96bc6f508 100644
--- a/src/redist/targets/packaging/windows/clisdk/generatemsi.ps1
+++ b/src/redist/targets/packaging/windows/clisdk/generatemsi.ps1
@@ -153,6 +153,6 @@ if(!(Test-Path $DotnetMSIOutput))
Exit -1
}
-Write-Information -ForegroundColor Green "Successfully created dotnet MSI - $DotnetMSIOutput"
+Write-Information "Successfully created dotnet MSI - $DotnetMSIOutput"
exit $LastExitCode