|
229 | 229 | </Target>
|
230 | 230 |
|
231 | 231 | <Target Name="Build" DependsOnTargets="BuildRepoReferences">
|
232 |
| - <Message Importance="High" Text="[$([System.DateTime]::Now.ToString('HH:mm:ss.ff'))] Building '$(RepositoryName)'" /> |
| 232 | + <Message Importance="High" Text="[$([System.DateTime]::Now.ToString('HH:mm:ss.ff'))] Building $(ProjectBuildReason)" /> |
233 | 233 | <Message Importance="High" Text="Running command:" />
|
234 | 234 | <Message Importance="High" Text=" $(BuildCommand) $(RepoApiArgs)" Condition="'$(BuildCommand)' != ''" />
|
235 | 235 | <Message Importance="High" Text=" Using custom build target" Condition="'$(BuildCommand)' == ''" />
|
236 | 236 | <Message Importance="High" Text=" Log: $(RepoConsoleLogFile)" />
|
237 |
| - <Message Importance="High" Text=" With Enivornment Varibles:" /> |
| 237 | + <Message Importance="High" Text=" With Environment Variables:" /> |
238 | 238 | <Message Importance="High" Text=" %(EnvironmentVariables.Identity)" />
|
239 | 239 | <CallTarget Targets="RepoBuild" />
|
240 |
| - <Message Importance="High" Text="[$([System.DateTime]::Now.ToString('HH:mm:ss.ff'))] Building '$(RepositoryName)'...done" /> |
| 240 | + <Message Importance="High" Text="[$([System.DateTime]::Now.ToString('HH:mm:ss.ff'))] Building $(ProjectBuildReason)...done" /> |
241 | 241 | <OnError ExecuteTargets="ReportRepoError" />
|
242 | 242 | </Target>
|
243 | 243 |
|
|
255 | 255 | </Target>
|
256 | 256 |
|
257 | 257 | <Target Name="Package" AfterTargets="Build" Condition="'$(BuildPackagesCommand)' != ''">
|
258 |
| - <Message Importance="High" Text="[$([System.DateTime]::Now.ToString('HH:mm:ss.ff'))] Packaging '$(RepositoryName)'" /> |
| 258 | + <Message Importance="High" Text="[$([System.DateTime]::Now.ToString('HH:mm:ss.ff'))] Packaging $(ProjectBuildReason)" /> |
259 | 259 | <Message Importance="High" Text="Running command:" />
|
260 | 260 | <Message Importance="High" Text=" $(BuildPackagesCommand)" />
|
261 | 261 | <Message Importance="High" Text=" Log: $(RepoConsoleLogFile)" />
|
262 |
| - <Message Importance="High" Text=" With Enivornment Varibles:" /> |
| 262 | + <Message Importance="High" Text=" With Environment Variables:" /> |
263 | 263 | <Message Importance="High" Text=" %(EnvironmentVariables.Identity)" />
|
264 | 264 | <Exec Command="$(BuildPackagesCommand) $(RedirectRepoOutputToLog)" WorkingDirectory="$(ProjectDirectory)" EnvironmentVariables="@(EnvironmentVariables)" />
|
265 |
| - <Message Importance="High" Text="[$([System.DateTime]::Now.ToString('HH:mm:ss.ff'))] Packaging '$(RepositoryName)'...done" /> |
| 265 | + <Message Importance="High" Text="[$([System.DateTime]::Now.ToString('HH:mm:ss.ff'))] Packaging $(ProjectBuildReason)...done" /> |
266 | 266 | <OnError ExecuteTargets="ReportRepoError" />
|
267 | 267 | </Target>
|
268 | 268 |
|
|
0 commit comments