diff --git a/Directory.Build.props b/Directory.Build.props index 13a8c5069e7..a252e77801c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -49,7 +49,8 @@ 5.4.0 1.1.11 6.12.0.148 - 1.7.1 + 6.0.0 + 6.0.0 2.13.1 5.8.9.2 diff --git a/build-tools/xaprepare/xaprepare/Steps/Step_DetermineAzurePipelinesTestJobs.cs b/build-tools/xaprepare/xaprepare/Steps/Step_DetermineAzurePipelinesTestJobs.cs index 1ba34a5cfbd..9c3496ec96c 100644 --- a/build-tools/xaprepare/xaprepare/Steps/Step_DetermineAzurePipelinesTestJobs.cs +++ b/build-tools/xaprepare/xaprepare/Steps/Step_DetermineAzurePipelinesTestJobs.cs @@ -149,6 +149,10 @@ protected override async Task Execute (Context context) testAreas.Add ("MSBuildDevice"); } + if (file.Contains ("tools/xabuild")) { + testAreas.Add ("MSBuild"); + testAreas.Add ("MSBuildDevice"); + } } Log.MessageLine ($"##vso[task.setvariable variable=TestAreas;isOutput=true]{string.Join (",", testAreas)}"); diff --git a/tools/decompress-assemblies/decompress-assemblies.csproj b/tools/decompress-assemblies/decompress-assemblies.csproj index a21f994bcc8..049031e704c 100644 --- a/tools/decompress-assemblies/decompress-assemblies.csproj +++ b/tools/decompress-assemblies/decompress-assemblies.csproj @@ -22,7 +22,7 @@ - + diff --git a/tools/xabuild/App.config b/tools/xabuild/App.config index 84da2ac4ceb..df79e5196a3 100644 --- a/tools/xabuild/App.config +++ b/tools/xabuild/App.config @@ -39,7 +39,13 @@ - + + + + + + + @@ -51,7 +57,7 @@ - + diff --git a/tools/xabuild/xabuild.csproj b/tools/xabuild/xabuild.csproj index 91314dd8e49..cfc40557a26 100644 --- a/tools/xabuild/xabuild.csproj +++ b/tools/xabuild/xabuild.csproj @@ -15,9 +15,10 @@ + - + $(MSBuildToolsPath)\MSBuild.$(_MSBuildExtension)