|
102 | 102 | Inputs="@(GenerateSdkMsiInputs)" |
103 | 103 | Outputs="$(SdkInstallerFile)"> |
104 | 104 |
|
105 | | - <Exec Command="powershell -NoProfile -NoLogo $(SdkGenerateMsiPowershellScript) |
106 | | - '$(SdkLayoutOutputDirectory)' |
107 | | - '$(SdkInstallerFile)' |
108 | | - '$(WixRoot)' |
109 | | - '$(SdkBrandName)' |
110 | | - '$(MsiVersion)' |
111 | | - '$(SimpleVersion)' |
112 | | - '$(NugetVersion)' |
113 | | - '$(SdkInstallerUpgradeCode)' |
114 | | - '$(Architecture)' |
115 | | - '$(SdkStableFileIdForApphostTransform)' |
| 105 | + <Exec Command="powershell -NoProfile -NoLogo $(SdkGenerateMsiPowershellScript) ^ |
| 106 | + '$(SdkLayoutOutputDirectory)' ^ |
| 107 | + '$(SdkInstallerFile)' ^ |
| 108 | + '$(WixRoot)' ^ |
| 109 | + '$(SdkBrandName)' ^ |
| 110 | + '$(MsiVersion)' ^ |
| 111 | + '$(SimpleVersion)' ^ |
| 112 | + '$(NugetVersion)' ^ |
| 113 | + '$(SdkInstallerUpgradeCode)' ^ |
| 114 | + '$(Architecture)' ^ |
| 115 | + '$(SdkStableFileIdForApphostTransform)' ^ |
116 | 116 | " /> |
117 | 117 | </Target> |
118 | 118 |
|
|
122 | 122 | Inputs="@(GenerateMSBuildExtensionsMsiInputs)" |
123 | 123 | Outputs="$(MSBuildExtensionsInstallerFile)"> |
124 | 124 |
|
125 | | - <Exec Command="powershell -NoProfile -NoLogo $(MSBuildExtensionsGenerateMsiPowershellScript) |
126 | | - '$(MSBuildExtensionsOutputDirectory)' |
127 | | - '$(MSBuildExtensionsInstallerFile)' |
128 | | - '$(WixRoot)' |
129 | | - '$(MSBuildExtensionsBrandName)' |
130 | | - '$(SimpleVersion)' |
131 | | - '$(SimpleVersion)' |
132 | | - '$(NugetVersion)' |
133 | | - '$(MSBuildExtensionsInstallerUpgradeCode)' |
| 125 | + <Exec Command="powershell -NoProfile -NoLogo $(MSBuildExtensionsGenerateMsiPowershellScript) ^ |
| 126 | + '$(MSBuildExtensionsOutputDirectory)' ^ |
| 127 | + '$(MSBuildExtensionsInstallerFile)' ^ |
| 128 | + '$(WixRoot)' ^ |
| 129 | + '$(MSBuildExtensionsBrandName)' ^ |
| 130 | + '$(SimpleVersion)' ^ |
| 131 | + '$(SimpleVersion)' ^ |
| 132 | + '$(NugetVersion)' ^ |
| 133 | + '$(MSBuildExtensionsInstallerUpgradeCode)' ^ |
134 | 134 | '$(Architecture)'" /> |
135 | 135 | </Target> |
136 | 136 |
|
|
144 | 144 | $(SdkGenerateBundlePowershellScript)" |
145 | 145 | Outputs="$(CombinedFrameworkSdkHostInstallerFile)"> |
146 | 146 |
|
147 | | - <Exec Command="powershell -NoProfile -NoLogo $(SdkGenerateBundlePowershellScript) |
148 | | - '$(SdkInstallerFile)' |
149 | | - '$(DownloadedAspNetCoreSharedFxInstallerFile)' |
150 | | - '$(DownloadedSharedFrameworkInstallerFile)' |
151 | | - '$(DownloadedHostFxrInstallerFile)' |
152 | | - '$(DownloadedSharedHostInstallerFile)' |
153 | | - '$(CombinedFrameworkSdkHostInstallerFile)' |
154 | | - '$(WixRoot)' |
155 | | - '$(SdkBrandName)' |
156 | | - '$(MsiVersion)' |
157 | | - '$(SimpleVersion)' |
158 | | - '$(NugetVersion)' |
159 | | - '$(CombinedFrameworkSDKHostInstallerUpgradeCode)' |
160 | | - '$(Architecture)' |
161 | | - '$(MicrosoftNETCoreAppPackageVersion)' |
| 147 | + <Exec Command="powershell -NoProfile -NoLogo $(SdkGenerateBundlePowershellScript) ^ |
| 148 | + '$(SdkInstallerFile)' ^ |
| 149 | + '$(DownloadedAspNetCoreSharedFxInstallerFile)' ^ |
| 150 | + '$(DownloadedSharedFrameworkInstallerFile)' ^ |
| 151 | + '$(DownloadedHostFxrInstallerFile)' ^ |
| 152 | + '$(DownloadedSharedHostInstallerFile)' ^ |
| 153 | + '$(CombinedFrameworkSdkHostInstallerFile)' ^ |
| 154 | + '$(WixRoot)' ^ |
| 155 | + '$(SdkBrandName)' ^ |
| 156 | + '$(MsiVersion)' ^ |
| 157 | + '$(SimpleVersion)' ^ |
| 158 | + '$(NugetVersion)' ^ |
| 159 | + '$(CombinedFrameworkSDKHostInstallerUpgradeCode)' ^ |
| 160 | + '$(Architecture)' ^ |
| 161 | + '$(MicrosoftNETCoreAppPackageVersion)' ^ |
162 | 162 | '$(AspNetCoreVersion)'" /> |
163 | 163 | </Target> |
164 | 164 |
|
|
170 | 170 | $(SdkGenerateNupkgPowershellScript)" |
171 | 171 | Outputs="$(SdkInstallerNupkgFile)"> |
172 | 172 |
|
173 | | - <Exec Command="powershell -NoProfile -NoLogo $(SdkGenerateNupkgPowershellScript) |
174 | | - '$(CombinedFrameworkSdkHostInstallerFile)' |
175 | | - '$(SuffixedNugetVersion)' |
176 | | - '$(SdkInstallerNuspecFile)' |
| 173 | + <Exec Command="powershell -NoProfile -NoLogo $(SdkGenerateNupkgPowershellScript) ^ |
| 174 | + '$(CombinedFrameworkSdkHostInstallerFile)' ^ |
| 175 | + '$(SuffixedNugetVersion)' ^ |
| 176 | + '$(SdkInstallerNuspecFile)' ^ |
177 | 177 | '$(SdkInstallerNupkgFile)'" /> |
178 | 178 | </Target> |
179 | 179 |
|
|
185 | 185 | $(SdkGenerateNupkgPowershellScript)" |
186 | 186 | Outputs="$(SdkMSBuildExtensionsNupkgFile);$(SdkMSBuildExtensionsSwrFile)"> |
187 | 187 |
|
188 | | - <Exec Command="powershell -NoProfile -NoLogo $(SdkGenerateNupkgPowershellScript) |
189 | | - '$(MSBuildExtensionsLayoutDirectory)' |
190 | | - '$(SuffixedNugetVersion)' |
191 | | - '$(SdkMSBuildExtensionsNuspecFile)' |
| 188 | + <Exec Command="powershell -NoProfile -NoLogo $(SdkGenerateNupkgPowershellScript) ^ |
| 189 | + '$(MSBuildExtensionsLayoutDirectory)' ^ |
| 190 | + '$(SuffixedNugetVersion)' ^ |
| 191 | + '$(SdkMSBuildExtensionsNuspecFile)' ^ |
192 | 192 | '$(SdkMSBuildExtensionsNupkgFile)'" /> |
193 | 193 |
|
194 | 194 | <GenerateMSBuildExtensionsSWR MSBuildExtensionsLayoutDirectory="$(MSBuildExtensionsLayoutDirectory)" |
|
202 | 202 | DependsOnTargets="Init;MsiTargetsSetupInputOutputs;GenerateSdkMsi" |
203 | 203 | Condition=" '$(OS)' == 'Windows_NT'" > |
204 | 204 |
|
205 | | - <Exec Command ="powershell -NoProfile -NoLogo $(SdkTestMsiPowershellScript) |
206 | | - -InputMsi '$(SdkInstallerFile)' |
207 | | - -DotnetDir '$(PreviousStageDirectory)' |
| 205 | + <Exec Command ="powershell -NoProfile -NoLogo $(SdkTestMsiPowershellScript) ^ |
| 206 | + -InputMsi '$(SdkInstallerFile)' ^ |
| 207 | + -DotnetDir '$(PreviousStageDirectory)' ^ |
208 | 208 | -TestDir '$(TestOutputDir)'" /> |
209 | 209 |
|
210 | 210 | <WriteLinesToFile |
|
0 commit comments