[automated] Merge branch 'release/7.0.4xx' => 'main' (#16015)

This commit is contained in:
v-wuzhai 2023-04-10 03:06:40 -07:00 committed by GitHub
commit 7d0d3b05fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -238,7 +238,7 @@
Inputs="$(MSBuildProjectFullPath)" Inputs="$(MSBuildProjectFullPath)"
Outputs="$(RepoCompletedSemaphorePath)Build.complete"> Outputs="$(RepoCompletedSemaphorePath)Build.complete">
<Exec Command="$(DOTNET_HOST_PATH) build-server shutdown" /> <Exec Command="$(DotnetToolCommand) build-server shutdown" />
<Message Importance="High" Text="[$([System.DateTime]::Now.ToString('HH:mm:ss.ff'))] Building $(ProjectBuildReason)" /> <Message Importance="High" Text="[$([System.DateTime]::Now.ToString('HH:mm:ss.ff'))] Building $(ProjectBuildReason)" />
<Message Importance="High" Text="Running command:" /> <Message Importance="High" Text="Running command:" />