From ef7aab761c42819c5c2fa9d9953909b4511b3708 Mon Sep 17 00:00:00 2001 From: Egor Chesakov Date: Fri, 1 Feb 2019 21:01:53 -0800 Subject: [PATCH] Make Import of Helix.Sdk conditional in tests/helixpublishwitharcade.proj (#22360) --- tests/helixpublishwitharcade.proj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/helixpublishwitharcade.proj b/tests/helixpublishwitharcade.proj index f5dd569..d928269 100644 --- a/tests/helixpublishwitharcade.proj +++ b/tests/helixpublishwitharcade.proj @@ -4,7 +4,7 @@ https://github.com/dotnet/arcade/tree/master/src/Microsoft.DotNet.Helix/Sdk, to send test jobs to helix. --> - + @@ -38,7 +38,7 @@ <_ProjectsToBuild Include="$(MSBuildProjectFile)"> - $(_PropertiesToPass);Scenario=%(_Scenarios.Identity) + $(_PropertiesToPass);Scenario=%(_Scenarios.Identity) @@ -48,7 +48,7 @@ - + @@ -137,6 +137,6 @@ - + -- 2.7.4