Skip to content
代码片段 群组 项目
未验证 提交 166851df 编辑于 作者: John Luo's avatar John Luo 提交者: GitHub
浏览文件

Make it so Helix runs can be rerun and preserve history (#10457)

* Make it so Helix runs can be rerun and preserve history

Addresses https://github.com/aspnet/AspNetCore/issues/8235



* Update eng/helix/helix.proj

Co-Authored-By: default avatarNate McMaster <natemcmaster@users.noreply.github.com>
上级 eef19949
No related branches found
No related tags found
无相关合并请求
......@@ -19,7 +19,7 @@
<PropertyGroup Condition=" '$(CI)' == 'true' ">
<HelixType>ci</HelixType>
<Creator>aspnetcore</Creator>
<HelixBuild>$(BUILD_BUILDNUMBER)</HelixBuild>
<HelixBuild>$(BUILD_BUILDNUMBER).$([System.DateTime]::Now.ToString('HH.mm'))</HelixBuild>
<WaitForWorkItemCompletion>true</WaitForWorkItemCompletion>
<EnableAzurePipelinesReporter>true</EnableAzurePipelinesReporter>
<FailOnMissionControlTestFailure>true</FailOnMissionControlTestFailure>
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册