diff --git a/eng/sendtohelix.proj b/eng/sendtohelix.proj index b8ab28db53b123a5979aec8d19ec004487804d34..1b6914994eb687790e46ceab1f5d015ae42cdf8d 100644 --- a/eng/sendtohelix.proj +++ b/eng/sendtohelix.proj @@ -4,14 +4,12 @@ pr/ official/ $(HelixSourcePrefix)dotnet/corefx - $(HelixSource)/$(BUILD_SOURCEBRANCH) + $(HelixSource)/$(BUILD_SOURCEBRANCH)/ $(BUILD_BUILDNUMBER) default - test/functional/cli - 600 <_timeoutSpan>$([System.TimeSpan]::FromSeconds($(TimeoutInSeconds))) @@ -32,6 +30,14 @@ $(BuildConfiguration)- + + + test/functional/cli/ + test/functional/desktop/cli/ + test/functional/uwp/cli/ + test/functional/ilc/ + + 9 @@ -77,7 +83,18 @@ $(_timeoutSpan) - + + + <_McUser>dotnet-mc-bot-2 + <_McHelixType>$([System.String]::Copy('$(HelixType)').ToLowerInvariant().Replace('/', '~2F')) + <_McHelixSource>$([System.String]::Copy('$(HelixSource)').ToLowerInvariant().Replace('/', '~2F')) + <_McUrl>https://mc.dot.net/#/user/$(_McUser)/$(_McHelixSource)/$(_McHelixType)/$(OfficialBuildId) + + + +