From 93af64823eefbbfdb379d81b0366ae6ac945a949 Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Tue, 14 May 2019 18:07:27 -0700 Subject: [PATCH] Move iisexpress test to other IIS machines (#10234) --- eng/targets/Helix.Common.props | 19 ++++++++++++++++++- eng/targets/Helix.targets | 4 +--- .../HttpSys/test/Directory.Build.props | 6 +++--- .../IIS/IIS/test/Directory.Build.props | 9 +++++++++ src/Servers/IIS/IIS/test/FunctionalTest.props | 19 ------------------- ...kwardsCompatibility.FunctionalTests.csproj | 1 - ...rwardsCompatibility.FunctionalTests.csproj | 1 - .../IIS.FunctionalTests.csproj | 1 - .../IIS/IIS/test/IIS.Tests/IIS.Tests.csproj | 1 - 9 files changed, 31 insertions(+), 30 deletions(-) create mode 100644 src/Servers/IIS/IIS/test/Directory.Build.props diff --git a/eng/targets/Helix.Common.props b/eng/targets/Helix.Common.props index f1c5ccb26d..f547b96039 100644 --- a/eng/targets/Helix.Common.props +++ b/eng/targets/Helix.Common.props @@ -6,7 +6,7 @@ - + @@ -27,4 +27,21 @@ + + + + + + + + + + + + + + + + + diff --git a/eng/targets/Helix.targets b/eng/targets/Helix.targets index bc94dc345e..2ec7b469ea 100644 --- a/eng/targets/Helix.targets +++ b/eng/targets/Helix.targets @@ -42,9 +42,7 @@ Usage: dotnet build /t:Helix src/MyTestProject.csproj - <_HelixProjectTargetQueue Include="%(HelixAvailableTargetQueue.Identity)" Condition="'$(_SelectedPlatforms.Contains(%(Platform)))' == 'true' AND '%(EnableByDefault)' == 'true'" /> - - <_HelixProjectTargetQueue Include="%(HelixProjectTargetQueue.Identity)" /> + <_HelixProjectTargetQueue Include="%(HelixAvailableTargetQueue.Identity)" Condition="'%(HelixAvailableTargetQueue.Identity)' != '' AND '$(_SelectedPlatforms.Contains(%(Platform)))' == 'true' AND '%(EnableByDefault)' == 'true'" /> <_HelixApplicableTargetQueue Include="%(_HelixProjectTargetQueue.Identity)" Condition="'%(Identity)' == '$(HelixTargetQueue)'" /> diff --git a/src/Servers/HttpSys/test/Directory.Build.props b/src/Servers/HttpSys/test/Directory.Build.props index bb2a02a75b..0468ef26a6 100644 --- a/src/Servers/HttpSys/test/Directory.Build.props +++ b/src/Servers/HttpSys/test/Directory.Build.props @@ -1,9 +1,9 @@ - + - - + true + diff --git a/src/Servers/IIS/IIS/test/Directory.Build.props b/src/Servers/IIS/IIS/test/Directory.Build.props new file mode 100644 index 0000000000..b4e83ba737 --- /dev/null +++ b/src/Servers/IIS/IIS/test/Directory.Build.props @@ -0,0 +1,9 @@ + + + + + + true + + + diff --git a/src/Servers/IIS/IIS/test/FunctionalTest.props b/src/Servers/IIS/IIS/test/FunctionalTest.props index 9150054fc4..8582115239 100644 --- a/src/Servers/IIS/IIS/test/FunctionalTest.props +++ b/src/Servers/IIS/IIS/test/FunctionalTest.props @@ -10,25 +10,6 @@ - - - - - - - - - - - - - - - - - - - diff --git a/src/Servers/IIS/IIS/test/IIS.BackwardsCompatibility.FunctionalTests/IIS.BackwardsCompatibility.FunctionalTests.csproj b/src/Servers/IIS/IIS/test/IIS.BackwardsCompatibility.FunctionalTests/IIS.BackwardsCompatibility.FunctionalTests.csproj index 3332b13ac4..77024081bb 100644 --- a/src/Servers/IIS/IIS/test/IIS.BackwardsCompatibility.FunctionalTests/IIS.BackwardsCompatibility.FunctionalTests.csproj +++ b/src/Servers/IIS/IIS/test/IIS.BackwardsCompatibility.FunctionalTests/IIS.BackwardsCompatibility.FunctionalTests.csproj @@ -5,7 +5,6 @@ IISBackwardsCompatibility.FunctionalTests True true - true diff --git a/src/Servers/IIS/IIS/test/IIS.ForwardsCompatibility.FunctionalTests/IIS.ForwardsCompatibility.FunctionalTests.csproj b/src/Servers/IIS/IIS/test/IIS.ForwardsCompatibility.FunctionalTests/IIS.ForwardsCompatibility.FunctionalTests.csproj index 2ae2fe539b..f0691feabc 100644 --- a/src/Servers/IIS/IIS/test/IIS.ForwardsCompatibility.FunctionalTests/IIS.ForwardsCompatibility.FunctionalTests.csproj +++ b/src/Servers/IIS/IIS/test/IIS.ForwardsCompatibility.FunctionalTests/IIS.ForwardsCompatibility.FunctionalTests.csproj @@ -5,7 +5,6 @@ IISForwardsCompatibility.FunctionalTests True true - true diff --git a/src/Servers/IIS/IIS/test/IIS.FunctionalTests/IIS.FunctionalTests.csproj b/src/Servers/IIS/IIS/test/IIS.FunctionalTests/IIS.FunctionalTests.csproj index eca49ea126..6e583f4d60 100644 --- a/src/Servers/IIS/IIS/test/IIS.FunctionalTests/IIS.FunctionalTests.csproj +++ b/src/Servers/IIS/IIS/test/IIS.FunctionalTests/IIS.FunctionalTests.csproj @@ -6,7 +6,6 @@ IIS.FunctionalTests True true - true diff --git a/src/Servers/IIS/IIS/test/IIS.Tests/IIS.Tests.csproj b/src/Servers/IIS/IIS/test/IIS.Tests/IIS.Tests.csproj index 7ecf9a0122..fc7147e4f0 100644 --- a/src/Servers/IIS/IIS/test/IIS.Tests/IIS.Tests.csproj +++ b/src/Servers/IIS/IIS/test/IIS.Tests/IIS.Tests.csproj @@ -5,7 +5,6 @@ netcoreapp3.0 true - true