diff --git a/patches/msbuild/0001-Add-TargetingPack-and-enable-net46-builds-for-source.patch b/patches/msbuild/0001-Add-TargetingPack-and-enable-net46-builds-for-source.patch deleted file mode 100644 index c1fc617d77..0000000000 --- a/patches/msbuild/0001-Add-TargetingPack-and-enable-net46-builds-for-source.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 9916195ba908fa5022cbc011f7dac67c5ded5a22 Mon Sep 17 00:00:00 2001 -From: Chris Rummel -Date: Tue, 12 Jun 2018 18:09:27 -0500 -Subject: [PATCH] Add TargetingPack and enable net46 builds for source-build. - ---- - src/Directory.Build.props | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/Directory.Build.props b/src/Directory.Build.props -index 5759f5c7..13126316 100644 ---- a/src/Directory.Build.props -+++ b/src/Directory.Build.props -@@ -20,8 +20,7 @@ - AnyCPU;x64 - - -- netstandard2.0 -- net46;netstandard2.0 -+ net46;netstandard2.0 - AnyCPU - - -@@ -62,6 +61,7 @@ - - - -+ - - - --- -2.14.1 - diff --git a/patches/vstest/0001-Conditionally-remove-uap-from-TargetFramework.patch b/patches/vstest/0001-Conditionally-remove-uap-from-TargetFramework.patch new file mode 100644 index 0000000000..f91c251b42 --- /dev/null +++ b/patches/vstest/0001-Conditionally-remove-uap-from-TargetFramework.patch @@ -0,0 +1,24 @@ +From 81f7e530100315ccd2d18048c45772d035bd5eee Mon Sep 17 00:00:00 2001 +From: dseefeld +Date: Wed, 12 Sep 2018 18:27:49 +0000 +Subject: [PATCH] Conditionally remove uap from TargetFramework + +--- + .../Microsoft.TestPlatform.PlatformAbstractions.csproj | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/Microsoft.TestPlatform.PlatformAbstractions/Microsoft.TestPlatform.PlatformAbstractions.csproj b/src/Microsoft.TestPlatform.PlatformAbstractions/Microsoft.TestPlatform.PlatformAbstractions.csproj +index b89400e..31ba348 100644 +--- a/src/Microsoft.TestPlatform.PlatformAbstractions/Microsoft.TestPlatform.PlatformAbstractions.csproj ++++ b/src/Microsoft.TestPlatform.PlatformAbstractions/Microsoft.TestPlatform.PlatformAbstractions.csproj +@@ -7,6 +7,7 @@ + + Microsoft.TestPlatform.PlatformAbstractions + netstandard1.0;netcoreapp1.0;net451;uap10.0 ++ netstandard1.0;netcoreapp1.0;net451 + false + true + +-- +1.8.3.1 + diff --git a/patches/vstest/0001-Remove-build-for-net451-in-source-build.patch b/patches/vstest/0001-Remove-build-for-net451-in-source-build.patch deleted file mode 100644 index 314395ea77..0000000000 --- a/patches/vstest/0001-Remove-build-for-net451-in-source-build.patch +++ /dev/null @@ -1,232 +0,0 @@ -From 585b37bb0943e992d86f3eef1b0d22ab1fd7702c Mon Sep 17 00:00:00 2001 -From: dseefeld -Date: Thu, 5 Apr 2018 18:02:35 +0000 -Subject: [PATCH] Remove build for net451 in source-build - ---- - src/Microsoft.TestPlatform.Client/Microsoft.TestPlatform.Client.csproj | 1 + - src/Microsoft.TestPlatform.Common/Microsoft.TestPlatform.Common.csproj | 1 + - .../Microsoft.TestPlatform.CommunicationUtilities.csproj | 1 + - .../Microsoft.TestPlatform.CoreUtilities.csproj | 1 + - .../Microsoft.TestPlatform.CrossPlatEngine.csproj | 1 + - .../Microsoft.TestPlatform.Extensions.BlameDataCollector.csproj | 1 + - .../Microsoft.TestPlatform.Extensions.TrxLogger.csproj | 1 + - .../Microsoft.TestPlatform.ObjectModel.csproj | 1 + - .../Microsoft.TestPlatform.PlatformAbstractions.csproj | 1 + - .../Microsoft.TestPlatform.TestHostProvider.csproj | 1 + - .../Microsoft.TestPlatform.Utilities.csproj | 1 + - .../Microsoft.TestPlatform.VsTestConsole.TranslationLayer.csproj | 1 + - src/datacollector/datacollector.csproj | 1 + - src/package/package/package.csproj | 1 + - src/testhost.x86/testhost.x86.csproj | 1 + - src/testhost/testhost.csproj | 1 + - src/vstest.console/vstest.console.csproj | 1 + - 17 files changed, 17 insertions(+) - -diff --git a/src/Microsoft.TestPlatform.Client/Microsoft.TestPlatform.Client.csproj b/src/Microsoft.TestPlatform.Client/Microsoft.TestPlatform.Client.csproj -index eefd0d0..8ddddfb 100644 ---- a/src/Microsoft.TestPlatform.Client/Microsoft.TestPlatform.Client.csproj -+++ b/src/Microsoft.TestPlatform.Client/Microsoft.TestPlatform.Client.csproj -@@ -7,6 +7,7 @@ - - Microsoft.VisualStudio.TestPlatform.Client - netstandard1.4;net451 -+ netstandard1.4 - - - -diff --git a/src/Microsoft.TestPlatform.Common/Microsoft.TestPlatform.Common.csproj b/src/Microsoft.TestPlatform.Common/Microsoft.TestPlatform.Common.csproj -index 1729412..d243e5c 100644 ---- a/src/Microsoft.TestPlatform.Common/Microsoft.TestPlatform.Common.csproj -+++ b/src/Microsoft.TestPlatform.Common/Microsoft.TestPlatform.Common.csproj -@@ -7,6 +7,7 @@ - - Microsoft.VisualStudio.TestPlatform.Common - netstandard1.4;net451 -+ netstandard1.4 - true - - -diff --git a/src/Microsoft.TestPlatform.CommunicationUtilities/Microsoft.TestPlatform.CommunicationUtilities.csproj b/src/Microsoft.TestPlatform.CommunicationUtilities/Microsoft.TestPlatform.CommunicationUtilities.csproj -index d628ab7..7619dbf 100644 ---- a/src/Microsoft.TestPlatform.CommunicationUtilities/Microsoft.TestPlatform.CommunicationUtilities.csproj -+++ b/src/Microsoft.TestPlatform.CommunicationUtilities/Microsoft.TestPlatform.CommunicationUtilities.csproj -@@ -6,6 +6,7 @@ - - Microsoft.TestPlatform.CommunicationUtilities - netstandard1.4;net451 -+ netstandard1.4 - true - true - -diff --git a/src/Microsoft.TestPlatform.CoreUtilities/Microsoft.TestPlatform.CoreUtilities.csproj b/src/Microsoft.TestPlatform.CoreUtilities/Microsoft.TestPlatform.CoreUtilities.csproj -index fe47263..cfdac10 100644 ---- a/src/Microsoft.TestPlatform.CoreUtilities/Microsoft.TestPlatform.CoreUtilities.csproj -+++ b/src/Microsoft.TestPlatform.CoreUtilities/Microsoft.TestPlatform.CoreUtilities.csproj -@@ -7,6 +7,7 @@ - - Microsoft.TestPlatform.CoreUtilities - netstandard1.4;net451 -+ netstandard1.4 - - - -diff --git a/src/Microsoft.TestPlatform.CrossPlatEngine/Microsoft.TestPlatform.CrossPlatEngine.csproj b/src/Microsoft.TestPlatform.CrossPlatEngine/Microsoft.TestPlatform.CrossPlatEngine.csproj -index e90b10e..e113890 100644 ---- a/src/Microsoft.TestPlatform.CrossPlatEngine/Microsoft.TestPlatform.CrossPlatEngine.csproj -+++ b/src/Microsoft.TestPlatform.CrossPlatEngine/Microsoft.TestPlatform.CrossPlatEngine.csproj -@@ -7,6 +7,7 @@ - - Microsoft.TestPlatform.CrossPlatEngine - netstandard1.4;net451 -+ netstandard1.4 - true - - -diff --git a/src/Microsoft.TestPlatform.Extensions.BlameDataCollector/Microsoft.TestPlatform.Extensions.BlameDataCollector.csproj b/src/Microsoft.TestPlatform.Extensions.BlameDataCollector/Microsoft.TestPlatform.Extensions.BlameDataCollector.csproj -index d9c8b56..2478edb 100644 ---- a/src/Microsoft.TestPlatform.Extensions.BlameDataCollector/Microsoft.TestPlatform.Extensions.BlameDataCollector.csproj -+++ b/src/Microsoft.TestPlatform.Extensions.BlameDataCollector/Microsoft.TestPlatform.Extensions.BlameDataCollector.csproj -@@ -10,6 +10,7 @@ - - Microsoft.TestPlatform.Extensions.BlameDataCollector - netstandard1.5;net451 -+ netstandard1.5 - true - true - -diff --git a/src/Microsoft.TestPlatform.Extensions.TrxLogger/Microsoft.TestPlatform.Extensions.TrxLogger.csproj b/src/Microsoft.TestPlatform.Extensions.TrxLogger/Microsoft.TestPlatform.Extensions.TrxLogger.csproj -index 783a23d..21452ae 100644 ---- a/src/Microsoft.TestPlatform.Extensions.TrxLogger/Microsoft.TestPlatform.Extensions.TrxLogger.csproj -+++ b/src/Microsoft.TestPlatform.Extensions.TrxLogger/Microsoft.TestPlatform.Extensions.TrxLogger.csproj -@@ -8,6 +8,7 @@ - Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger - true - netstandard1.5;net451 -+ netstandard1.5 - - - -diff --git a/src/Microsoft.TestPlatform.ObjectModel/Microsoft.TestPlatform.ObjectModel.csproj b/src/Microsoft.TestPlatform.ObjectModel/Microsoft.TestPlatform.ObjectModel.csproj -index 604bf05..df7317b 100644 ---- a/src/Microsoft.TestPlatform.ObjectModel/Microsoft.TestPlatform.ObjectModel.csproj -+++ b/src/Microsoft.TestPlatform.ObjectModel/Microsoft.TestPlatform.ObjectModel.csproj -@@ -7,6 +7,7 @@ - - Microsoft.VisualStudio.TestPlatform.ObjectModel - net451;netstandard1.4 -+ netstandard1.4 - Microsoft.TestPlatform.ObjectModel - - -diff --git a/src/Microsoft.TestPlatform.PlatformAbstractions/Microsoft.TestPlatform.PlatformAbstractions.csproj b/src/Microsoft.TestPlatform.PlatformAbstractions/Microsoft.TestPlatform.PlatformAbstractions.csproj -index b89400e..9b9e7cd 100644 ---- a/src/Microsoft.TestPlatform.PlatformAbstractions/Microsoft.TestPlatform.PlatformAbstractions.csproj -+++ b/src/Microsoft.TestPlatform.PlatformAbstractions/Microsoft.TestPlatform.PlatformAbstractions.csproj -@@ -7,6 +7,7 @@ - - Microsoft.TestPlatform.PlatformAbstractions - netstandard1.0;netcoreapp1.0;net451;uap10.0 -+ netstandard1.0;netcoreapp1.0 - false - true - -diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Microsoft.TestPlatform.TestHostProvider.csproj b/src/Microsoft.TestPlatform.TestHostProvider/Microsoft.TestPlatform.TestHostProvider.csproj -index f34ce27..af0a208 100644 ---- a/src/Microsoft.TestPlatform.TestHostProvider/Microsoft.TestPlatform.TestHostProvider.csproj -+++ b/src/Microsoft.TestPlatform.TestHostProvider/Microsoft.TestPlatform.TestHostProvider.csproj -@@ -7,6 +7,7 @@ - - Microsoft.TestPlatform.TestHostRuntimeProvider - netstandard1.5;net451 -+ netstandard1.5 - true - - -diff --git a/src/Microsoft.TestPlatform.Utilities/Microsoft.TestPlatform.Utilities.csproj b/src/Microsoft.TestPlatform.Utilities/Microsoft.TestPlatform.Utilities.csproj -index 1113869..5a99162 100644 ---- a/src/Microsoft.TestPlatform.Utilities/Microsoft.TestPlatform.Utilities.csproj -+++ b/src/Microsoft.TestPlatform.Utilities/Microsoft.TestPlatform.Utilities.csproj -@@ -7,6 +7,7 @@ - - Microsoft.TestPlatform.Utilities - netstandard1.4;net451 -+ netstandard1.4 - - - -diff --git a/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.csproj b/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.csproj -index 67ed497..008bd7a 100644 ---- a/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.csproj -+++ b/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.csproj -@@ -7,6 +7,7 @@ - - Microsoft.TestPlatform.VsTestConsole.TranslationLayer - netstandard1.5;net451 -+ netstandard1.5 - true - - -diff --git a/src/datacollector/datacollector.csproj b/src/datacollector/datacollector.csproj -index 267de80..531780c 100644 ---- a/src/datacollector/datacollector.csproj -+++ b/src/datacollector/datacollector.csproj -@@ -10,6 +10,7 @@ - - datacollector - netcoreapp1.0;netcoreapp2.0;net451 -+ netcoreapp1.0;netcoreapp2.0 - true - AnyCPU - Exe -diff --git a/src/package/package/package.csproj b/src/package/package/package.csproj -index 76082e2..71461a9 100644 ---- a/src/package/package/package.csproj -+++ b/src/package/package/package.csproj -@@ -6,6 +6,7 @@ - - - net451;netcoreapp2.0 -+ netcoreapp2.0 - package - false - false -diff --git a/src/testhost.x86/testhost.x86.csproj b/src/testhost.x86/testhost.x86.csproj -index faf1138..8486dc2 100644 ---- a/src/testhost.x86/testhost.x86.csproj -+++ b/src/testhost.x86/testhost.x86.csproj -@@ -7,6 +7,7 @@ - - testhost.x86 - netstandard1.4;netcoreapp1.0;net451 -+ netstandard1.4;netcoreapp1.0 - true - x86 - Exe -diff --git a/src/testhost/testhost.csproj b/src/testhost/testhost.csproj -index e585fc1..b73a303 100644 ---- a/src/testhost/testhost.csproj -+++ b/src/testhost/testhost.csproj -@@ -7,6 +7,7 @@ - - testhost - netstandard1.4;netcoreapp1.0;net451 -+ netstandard1.4;netcoreapp1.0 - Exe - app.manifest - -diff --git a/src/vstest.console/vstest.console.csproj b/src/vstest.console/vstest.console.csproj -index 2a319d9..9406287 100644 ---- a/src/vstest.console/vstest.console.csproj -+++ b/src/vstest.console/vstest.console.csproj -@@ -7,6 +7,7 @@ - - vstest.console - netcoreapp2.0;net451 -+ netcoreapp2.0 - true - Exe - AnyCPU --- -1.8.3.1 - diff --git a/patches/vstest/0002-Remove-unneccessary-projects-from-sln.patch b/patches/vstest/0002-Remove-unneccessary-projects-from-sln.patch index 0f946bb096..107b78a5b0 100644 --- a/patches/vstest/0002-Remove-unneccessary-projects-from-sln.patch +++ b/patches/vstest/0002-Remove-unneccessary-projects-from-sln.patch @@ -1,14 +1,14 @@ -From a33078c78b35e2399683328487327393c0f66aa7 Mon Sep 17 00:00:00 2001 -From: karajas -Date: Fri, 23 Feb 2018 22:03:44 -0500 +From 4cf1e6eb51a144963b848e3dc5f3d50e1db314c4 Mon Sep 17 00:00:00 2001 +From: dseefeld +Date: Tue, 11 Sep 2018 15:37:27 +0000 Subject: [PATCH] Remove unneccessary projects from sln --- - TestPlatform.sln | 588 ------------------------------------------------------- - 1 file changed, 588 deletions(-) + TestPlatform.sln | 659 ------------------------------------------------------- + 1 file changed, 659 deletions(-) diff --git a/TestPlatform.sln b/TestPlatform.sln -index ab2597f..3b74cf9 100644 +index 3849fef..6cd7fd9 100644 --- a/TestPlatform.sln +++ b/TestPlatform.sln @@ -7,18 +7,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{ED0C35EB-7F3 @@ -30,7 +30,16 @@ index ab2597f..3b74cf9 100644 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.TestPlatform.Common", "src\Microsoft.TestPlatform.Common\Microsoft.TestPlatform.Common.csproj", "{68ADC720-316E-4895-9F8E-C3CCADD262BE}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.TestPlatform.CommunicationUtilities", "src\Microsoft.TestPlatform.CommunicationUtilities\Microsoft.TestPlatform.CommunicationUtilities.csproj", "{1621415E-7723-4F46-A589-4C4620C0751A}" -@@ -39,126 +29,16 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "testhost.x86", "src\testhos +@@ -29,8 +19,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.TestPlatform.Obje + EndProject + Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.TestPlatform.Utilities", "src\Microsoft.TestPlatform.Utilities\Microsoft.TestPlatform.Utilities.csproj", "{61F7F446-9EF3-4768-B33A-4D75F60E1059}" + EndProject +-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.TestPlatform.Extensions.TrxLogger", "src\Microsoft.TestPlatform.Extensions.TrxLogger\Microsoft.TestPlatform.Extensions.TrxLogger.csproj", "{D5296435-3A3F-4B1A-81D1-434EC9E97DEF}" +-EndProject + Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.TestPlatform.VsTestConsole.TranslationLayer", "src\Microsoft.TestPlatform.VsTestConsole.TranslationLayer\Microsoft.TestPlatform.VsTestConsole.TranslationLayer.csproj", "{790B8030-00C2-4121-B125-EDC4CE329BA3}" + EndProject + Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "testhost", "src\testhost\testhost.csproj", "{27DFBD04-64B2-4F1B-82B2-006620CCA6F8}" +@@ -39,137 +27,20 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "testhost.x86", "src\testhos EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "vstest.console", "src\vstest.console\vstest.console.csproj", "{10B6ADE1-F808-4612-801D-4452F5B52242}" EndProject @@ -109,11 +118,12 @@ index ab2597f..3b74cf9 100644 EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "datacollector.PlatformTests", "test\datacollector.PlatformTests\datacollector.PlatformTests.csproj", "{FF80D706-8309-4E02-BAC0-D28B4CBCF600}" -EndProject --Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Platform", "Platform", "{7D4082EA-7AC9-4DFB-98E8-C5E08BDC0EC3}" --EndProject + Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Platform", "Platform", "{7D4082EA-7AC9-4DFB-98E8-C5E08BDC0EC3}" + EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{DED1590A-ED25-413B-8590-006A4DD5B2FD}" - ProjectSection(SolutionItems) = preProject - scripts\build\TestPlatform.Dependencies.props = scripts\build\TestPlatform.Dependencies.props +- scripts\build\TestPlatform.Localization.targets = scripts\build\TestPlatform.Localization.targets - scripts\build\TestPlatform.Settings.targets = scripts\build\TestPlatform.Settings.targets - scripts\build\TestPlatform.targets = scripts\build\TestPlatform.targets - EndProjectSection @@ -153,11 +163,21 @@ index ab2597f..3b74cf9 100644 - EndProjectSection -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "vstest.console.PlatformTests", "test\vstest.console.PlatformTests\vstest.console.PlatformTests.csproj", "{8C068694-23A2-47A2-A0DD-DB82D0AF0142}" +-EndProject +-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.TestPlatform.Common.PlatformTests", "test\Microsoft.TestPlatform.Common.PlatformTests\Microsoft.TestPlatform.Common.PlatformTests.csproj", "{24C7683D-2607-4901-B8EB-83A57E49E93D}" +-EndProject +-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.TraceDataCollector", "src\DataCollectors\TraceDataCollector\Microsoft.VisualStudio.TraceDataCollector.csproj", "{32BD96BD-16FB-43F0-B952-E7EEDB6DD813}" +-EndProject +-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.TestPlatform.TraceDataCollector.UnitTests", "test\DataCollectors\TraceDataCollector.UnitTests\Microsoft.TestPlatform.TraceDataCollector.UnitTests.csproj", "{A7E2261B-B2E6-4CBF-983F-E3A3FF8E52E3}" +-EndProject + Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SettingsMigrator", "src\SettingsMigrator\SettingsMigrator.csproj", "{69F5FF81-5615-4F06-B83C-FCF979BB84CA}" + EndProject +-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SettingsMigrator.UnitTests", "test\SettingsMigrator.UnitTests\SettingsMigrator.UnitTests.csproj", "{E7D4921C-F12D-4E1C-85AC-8B7F91C59B0E}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU -@@ -181,30 +61,6 @@ Global +@@ -192,30 +63,6 @@ Global {50C00046-0DA3-4B5C-9F6F-7BE1145E156A}.Release|x64.Build.0 = Release|Any CPU {50C00046-0DA3-4B5C-9F6F-7BE1145E156A}.Release|x86.ActiveCfg = Release|Any CPU {50C00046-0DA3-4B5C-9F6F-7BE1145E156A}.Release|x86.Build.0 = Release|Any CPU @@ -188,7 +208,7 @@ index ab2597f..3b74cf9 100644 {6F5EC38C-4A11-40D3-827C-F607B90BEFF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {6F5EC38C-4A11-40D3-827C-F607B90BEFF0}.Debug|Any CPU.Build.0 = Debug|Any CPU {6F5EC38C-4A11-40D3-827C-F607B90BEFF0}.Debug|x64.ActiveCfg = Debug|Any CPU -@@ -217,18 +73,6 @@ Global +@@ -228,18 +75,6 @@ Global {6F5EC38C-4A11-40D3-827C-F607B90BEFF0}.Release|x64.Build.0 = Release|Any CPU {6F5EC38C-4A11-40D3-827C-F607B90BEFF0}.Release|x86.ActiveCfg = Release|Any CPU {6F5EC38C-4A11-40D3-827C-F607B90BEFF0}.Release|x86.Build.0 = Release|Any CPU @@ -207,7 +227,26 @@ index ab2597f..3b74cf9 100644 {68ADC720-316E-4895-9F8E-C3CCADD262BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {68ADC720-316E-4895-9F8E-C3CCADD262BE}.Debug|Any CPU.Build.0 = Debug|Any CPU {68ADC720-316E-4895-9F8E-C3CCADD262BE}.Debug|x64.ActiveCfg = Debug|Any CPU -@@ -349,270 +193,6 @@ Global +@@ -300,18 +135,6 @@ Global + {61F7F446-9EF3-4768-B33A-4D75F60E1059}.Release|x64.Build.0 = Release|Any CPU + {61F7F446-9EF3-4768-B33A-4D75F60E1059}.Release|x86.ActiveCfg = Release|Any CPU + {61F7F446-9EF3-4768-B33A-4D75F60E1059}.Release|x86.Build.0 = Release|Any CPU +- {D5296435-3A3F-4B1A-81D1-434EC9E97DEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU +- {D5296435-3A3F-4B1A-81D1-434EC9E97DEF}.Debug|Any CPU.Build.0 = Debug|Any CPU +- {D5296435-3A3F-4B1A-81D1-434EC9E97DEF}.Debug|x64.ActiveCfg = Debug|Any CPU +- {D5296435-3A3F-4B1A-81D1-434EC9E97DEF}.Debug|x64.Build.0 = Debug|Any CPU +- {D5296435-3A3F-4B1A-81D1-434EC9E97DEF}.Debug|x86.ActiveCfg = Debug|Any CPU +- {D5296435-3A3F-4B1A-81D1-434EC9E97DEF}.Debug|x86.Build.0 = Debug|Any CPU +- {D5296435-3A3F-4B1A-81D1-434EC9E97DEF}.Release|Any CPU.ActiveCfg = Release|Any CPU +- {D5296435-3A3F-4B1A-81D1-434EC9E97DEF}.Release|Any CPU.Build.0 = Release|Any CPU +- {D5296435-3A3F-4B1A-81D1-434EC9E97DEF}.Release|x64.ActiveCfg = Release|Any CPU +- {D5296435-3A3F-4B1A-81D1-434EC9E97DEF}.Release|x64.Build.0 = Release|Any CPU +- {D5296435-3A3F-4B1A-81D1-434EC9E97DEF}.Release|x86.ActiveCfg = Release|Any CPU +- {D5296435-3A3F-4B1A-81D1-434EC9E97DEF}.Release|x86.Build.0 = Release|Any CPU + {790B8030-00C2-4121-B125-EDC4CE329BA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {790B8030-00C2-4121-B125-EDC4CE329BA3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {790B8030-00C2-4121-B125-EDC4CE329BA3}.Debug|x64.ActiveCfg = Debug|Any CPU +@@ -360,270 +183,6 @@ Global {10B6ADE1-F808-4612-801D-4452F5B52242}.Release|x64.Build.0 = Release|Any CPU {10B6ADE1-F808-4612-801D-4452F5B52242}.Release|x86.ActiveCfg = Release|Any CPU {10B6ADE1-F808-4612-801D-4452F5B52242}.Release|x86.Build.0 = Release|Any CPU @@ -478,7 +517,7 @@ index ab2597f..3b74cf9 100644 {CAE652AF-6801-425E-AAF3-AB20DE7DF88E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {CAE652AF-6801-425E-AAF3-AB20DE7DF88E}.Debug|Any CPU.Build.0 = Debug|Any CPU {CAE652AF-6801-425E-AAF3-AB20DE7DF88E}.Debug|x64.ActiveCfg = Debug|Any CPU -@@ -625,18 +205,6 @@ Global +@@ -636,18 +195,6 @@ Global {CAE652AF-6801-425E-AAF3-AB20DE7DF88E}.Release|x64.Build.0 = Release|Any CPU {CAE652AF-6801-425E-AAF3-AB20DE7DF88E}.Release|x86.ActiveCfg = Release|Any CPU {CAE652AF-6801-425E-AAF3-AB20DE7DF88E}.Release|x86.Build.0 = Release|Any CPU @@ -497,7 +536,7 @@ index ab2597f..3b74cf9 100644 {E141A226-CC0A-4F26-BD17-4AE427D81C3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E141A226-CC0A-4F26-BD17-4AE427D81C3B}.Debug|Any CPU.Build.0 = Debug|Any CPU {E141A226-CC0A-4F26-BD17-4AE427D81C3B}.Debug|x64.ActiveCfg = Debug|Any CPU -@@ -649,42 +217,6 @@ Global +@@ -660,42 +207,6 @@ Global {E141A226-CC0A-4F26-BD17-4AE427D81C3B}.Release|x64.Build.0 = Release|Any CPU {E141A226-CC0A-4F26-BD17-4AE427D81C3B}.Release|x86.ActiveCfg = Release|Any CPU {E141A226-CC0A-4F26-BD17-4AE427D81C3B}.Release|x86.Build.0 = Release|Any CPU @@ -540,7 +579,7 @@ index ab2597f..3b74cf9 100644 {11ECCB8B-6958-42A7-BD58-88C09CB149B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {11ECCB8B-6958-42A7-BD58-88C09CB149B2}.Debug|Any CPU.Build.0 = Debug|Any CPU {11ECCB8B-6958-42A7-BD58-88C09CB149B2}.Debug|x64.ActiveCfg = Debug|Any CPU -@@ -709,146 +241,26 @@ Global +@@ -720,114 +231,6 @@ Global {76D4BB7E-D981-42D5-BE96-6FAD8DEF9A4A}.Release|x64.Build.0 = Release|Any CPU {76D4BB7E-D981-42D5-BE96-6FAD8DEF9A4A}.Release|x86.ActiveCfg = Release|Any CPU {76D4BB7E-D981-42D5-BE96-6FAD8DEF9A4A}.Release|x86.Build.0 = Release|Any CPU @@ -616,6 +655,61 @@ index ab2597f..3b74cf9 100644 - {8C068694-23A2-47A2-A0DD-DB82D0AF0142}.Release|x64.Build.0 = Release|Any CPU - {8C068694-23A2-47A2-A0DD-DB82D0AF0142}.Release|x86.ActiveCfg = Release|Any CPU - {8C068694-23A2-47A2-A0DD-DB82D0AF0142}.Release|x86.Build.0 = Release|Any CPU +- {24C7683D-2607-4901-B8EB-83A57E49E93D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU +- {24C7683D-2607-4901-B8EB-83A57E49E93D}.Debug|Any CPU.Build.0 = Debug|Any CPU +- {24C7683D-2607-4901-B8EB-83A57E49E93D}.Debug|x64.ActiveCfg = Debug|Any CPU +- {24C7683D-2607-4901-B8EB-83A57E49E93D}.Debug|x64.Build.0 = Debug|Any CPU +- {24C7683D-2607-4901-B8EB-83A57E49E93D}.Debug|x86.ActiveCfg = Debug|Any CPU +- {24C7683D-2607-4901-B8EB-83A57E49E93D}.Debug|x86.Build.0 = Debug|Any CPU +- {24C7683D-2607-4901-B8EB-83A57E49E93D}.Release|Any CPU.ActiveCfg = Release|Any CPU +- {24C7683D-2607-4901-B8EB-83A57E49E93D}.Release|Any CPU.Build.0 = Release|Any CPU +- {24C7683D-2607-4901-B8EB-83A57E49E93D}.Release|x64.ActiveCfg = Release|Any CPU +- {24C7683D-2607-4901-B8EB-83A57E49E93D}.Release|x64.Build.0 = Release|Any CPU +- {24C7683D-2607-4901-B8EB-83A57E49E93D}.Release|x86.ActiveCfg = Release|Any CPU +- {24C7683D-2607-4901-B8EB-83A57E49E93D}.Release|x86.Build.0 = Release|Any CPU +- {32BD96BD-16FB-43F0-B952-E7EEDB6DD813}.Debug|Any CPU.ActiveCfg = Debug|Any CPU +- {32BD96BD-16FB-43F0-B952-E7EEDB6DD813}.Debug|Any CPU.Build.0 = Debug|Any CPU +- {32BD96BD-16FB-43F0-B952-E7EEDB6DD813}.Debug|x64.ActiveCfg = Debug|Any CPU +- {32BD96BD-16FB-43F0-B952-E7EEDB6DD813}.Debug|x64.Build.0 = Debug|Any CPU +- {32BD96BD-16FB-43F0-B952-E7EEDB6DD813}.Debug|x86.ActiveCfg = Debug|Any CPU +- {32BD96BD-16FB-43F0-B952-E7EEDB6DD813}.Debug|x86.Build.0 = Debug|Any CPU +- {32BD96BD-16FB-43F0-B952-E7EEDB6DD813}.Release|Any CPU.ActiveCfg = Release|Any CPU +- {32BD96BD-16FB-43F0-B952-E7EEDB6DD813}.Release|Any CPU.Build.0 = Release|Any CPU +- {32BD96BD-16FB-43F0-B952-E7EEDB6DD813}.Release|x64.ActiveCfg = Release|Any CPU +- {32BD96BD-16FB-43F0-B952-E7EEDB6DD813}.Release|x64.Build.0 = Release|Any CPU +- {32BD96BD-16FB-43F0-B952-E7EEDB6DD813}.Release|x86.ActiveCfg = Release|Any CPU +- {32BD96BD-16FB-43F0-B952-E7EEDB6DD813}.Release|x86.Build.0 = Release|Any CPU +- {A7E2261B-B2E6-4CBF-983F-E3A3FF8E52E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU +- {A7E2261B-B2E6-4CBF-983F-E3A3FF8E52E3}.Debug|Any CPU.Build.0 = Debug|Any CPU +- {A7E2261B-B2E6-4CBF-983F-E3A3FF8E52E3}.Debug|x64.ActiveCfg = Debug|Any CPU +- {A7E2261B-B2E6-4CBF-983F-E3A3FF8E52E3}.Debug|x64.Build.0 = Debug|Any CPU +- {A7E2261B-B2E6-4CBF-983F-E3A3FF8E52E3}.Debug|x86.ActiveCfg = Debug|Any CPU +- {A7E2261B-B2E6-4CBF-983F-E3A3FF8E52E3}.Debug|x86.Build.0 = Debug|Any CPU +- {A7E2261B-B2E6-4CBF-983F-E3A3FF8E52E3}.Release|Any CPU.ActiveCfg = Release|Any CPU +- {A7E2261B-B2E6-4CBF-983F-E3A3FF8E52E3}.Release|Any CPU.Build.0 = Release|Any CPU +- {A7E2261B-B2E6-4CBF-983F-E3A3FF8E52E3}.Release|x64.ActiveCfg = Release|Any CPU +- {A7E2261B-B2E6-4CBF-983F-E3A3FF8E52E3}.Release|x64.Build.0 = Release|Any CPU +- {A7E2261B-B2E6-4CBF-983F-E3A3FF8E52E3}.Release|x86.ActiveCfg = Release|Any CPU +- {A7E2261B-B2E6-4CBF-983F-E3A3FF8E52E3}.Release|x86.Build.0 = Release|Any CPU + {69F5FF81-5615-4F06-B83C-FCF979BB84CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {69F5FF81-5615-4F06-B83C-FCF979BB84CA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {69F5FF81-5615-4F06-B83C-FCF979BB84CA}.Debug|x64.ActiveCfg = Debug|Any CPU +@@ -840,91 +243,29 @@ Global + {69F5FF81-5615-4F06-B83C-FCF979BB84CA}.Release|x64.Build.0 = Release|Any CPU + {69F5FF81-5615-4F06-B83C-FCF979BB84CA}.Release|x86.ActiveCfg = Release|Any CPU + {69F5FF81-5615-4F06-B83C-FCF979BB84CA}.Release|x86.Build.0 = Release|Any CPU +- {E7D4921C-F12D-4E1C-85AC-8B7F91C59B0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU +- {E7D4921C-F12D-4E1C-85AC-8B7F91C59B0E}.Debug|Any CPU.Build.0 = Debug|Any CPU +- {E7D4921C-F12D-4E1C-85AC-8B7F91C59B0E}.Debug|x64.ActiveCfg = Debug|Any CPU +- {E7D4921C-F12D-4E1C-85AC-8B7F91C59B0E}.Debug|x64.Build.0 = Debug|Any CPU +- {E7D4921C-F12D-4E1C-85AC-8B7F91C59B0E}.Debug|x86.ActiveCfg = Debug|Any CPU +- {E7D4921C-F12D-4E1C-85AC-8B7F91C59B0E}.Debug|x86.Build.0 = Debug|Any CPU +- {E7D4921C-F12D-4E1C-85AC-8B7F91C59B0E}.Release|Any CPU.ActiveCfg = Release|Any CPU +- {E7D4921C-F12D-4E1C-85AC-8B7F91C59B0E}.Release|Any CPU.Build.0 = Release|Any CPU +- {E7D4921C-F12D-4E1C-85AC-8B7F91C59B0E}.Release|x64.ActiveCfg = Release|Any CPU +- {E7D4921C-F12D-4E1C-85AC-8B7F91C59B0E}.Release|x64.Build.0 = Release|Any CPU +- {E7D4921C-F12D-4E1C-85AC-8B7F91C59B0E}.Release|x86.ActiveCfg = Release|Any CPU +- {E7D4921C-F12D-4E1C-85AC-8B7F91C59B0E}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -664,9 +758,9 @@ index ab2597f..3b74cf9 100644 - {0D85D957-6FF2-4620-B766-B708801D97F3} = {8DA7CBD9-F17E-41B6-90C4-CFF55848A25A} - {9549C1A4-CB57-4689-B3EB-F752F65F863F} = {8DA7CBD9-F17E-41B6-90C4-CFF55848A25A} - {0C6EFAF9-CE3E-4C11-8DD8-D7DABB206E5C} = {B27FAFDF-2DBA-4AB0-BA85-FD5F21D359D6} -- {CAE652AF-6801-425E-AAF3-AB20DE7DF88E} = {7D4082EA-7AC9-4DFB-98E8-C5E08BDC0EC3} + {CAE652AF-6801-425E-AAF3-AB20DE7DF88E} = {7D4082EA-7AC9-4DFB-98E8-C5E08BDC0EC3} - {FF80D706-8309-4E02-BAC0-D28B4CBCF600} = {B27FAFDF-2DBA-4AB0-BA85-FD5F21D359D6} -- {7D4082EA-7AC9-4DFB-98E8-C5E08BDC0EC3} = {ED0C35EB-7F31-4841-A24F-8EB708FFA959} + {7D4082EA-7AC9-4DFB-98E8-C5E08BDC0EC3} = {ED0C35EB-7F31-4841-A24F-8EB708FFA959} - {DED1590A-ED25-413B-8590-006A4DD5B2FD} = {EE49F5DC-5835-4AE3-B3BA-8BDE0AD56330} {E141A226-CC0A-4F26-BD17-4AE427D81C3B} = {D27E1CB4-C641-4C6C-A140-EF5F6215AE29} - {376C19DE-31E2-4FF6-88FC-0D0D6233C999} = {B27FAFDF-2DBA-4AB0-BA85-FD5F21D359D6} @@ -684,6 +778,11 @@ index ab2597f..3b74cf9 100644 - {826CD5AF-44FA-40F6-B731-3980CADED8C0} = {8DA7CBD9-F17E-41B6-90C4-CFF55848A25A} - {0D4DF78D-7E5F-4516-B19F-E6AA71A1DBF4} = {EE49F5DC-5835-4AE3-B3BA-8BDE0AD56330} - {8C068694-23A2-47A2-A0DD-DB82D0AF0142} = {376C19DE-31E2-4FF6-88FC-0D0D6233C999} +- {24C7683D-2607-4901-B8EB-83A57E49E93D} = {376C19DE-31E2-4FF6-88FC-0D0D6233C999} +- {32BD96BD-16FB-43F0-B952-E7EEDB6DD813} = {B705537C-B82C-4A30-AFA5-6244D9A7DAEB} +- {A7E2261B-B2E6-4CBF-983F-E3A3FF8E52E3} = {D9A30E32-D466-4EC5-B4F2-62E17562279B} + {69F5FF81-5615-4F06-B83C-FCF979BB84CA} = {ED0C35EB-7F31-4841-A24F-8EB708FFA959} +- {E7D4921C-F12D-4E1C-85AC-8B7F91C59B0E} = {B27FAFDF-2DBA-4AB0-BA85-FD5F21D359D6} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {0541B30C-FF51-4E28-B172-83F5F3934BCD} diff --git a/patches/vstest/0003-Update-build-script-to-only-includ-netcore-for-packa.patch b/patches/vstest/0003-Update-build-script-to-only-includ-netcore-for-packa.patch deleted file mode 100644 index 473e56214d..0000000000 --- a/patches/vstest/0003-Update-build-script-to-only-includ-netcore-for-packa.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 06801ae380e51ae94b363cdc6a4319cccff0d8d5 Mon Sep 17 00:00:00 2001 -From: dseefeld -Date: Fri, 6 Apr 2018 12:55:26 +0000 -Subject: [PATCH] Update build script to only includ netcore for packaging - ---- - scripts/build.sh | 10 +++++++--- - 1 file changed, 7 insertions(+), 3 deletions(-) - -diff --git a/scripts/build.sh b/scripts/build.sh -index 1e10ed1..a6d40e7 100755 ---- a/scripts/build.sh -+++ b/scripts/build.sh -@@ -262,10 +262,14 @@ function publish_package() - local packageDir=$TP_OUT_DIR/$TPB_Configuration/$TPB_TargetFramework/$TPB_TargetRuntime - local coreCLRPackageDir=$TP_OUT_DIR/$TPB_Configuration/$TPB_TargetFrameworkCore - local frameworkPackageDirMap=( \ -- $TPB_TargetFrameworkCore:$coreCLRPackageDir \ -- $TPB_TargetFramework:$packageDir -+ $TPB_TargetFrameworkCore:$coreCLRPackageDir - ) -- -+ if [[ $DOTNET_BUILD_FROM_SOURCE = 0 ]]; then -+ frameworkPackageDirMap+=( \ -+ $TPB_TargetFramework:$packageDir -+ ) -+ fi -+ - for fxpkg in "${frameworkPackageDirMap[@]}" ; - do - local framework="${fxpkg%%:*}" --- -1.8.3.1 - diff --git a/repos/core-setup.proj b/repos/core-setup.proj index aff6ee4dff..b89fcf5988 100644 --- a/repos/core-setup.proj +++ b/repos/core-setup.proj @@ -4,7 +4,7 @@ -ConfigurationGroup=$(Configuration) -PortableBuild=$(PortableBuild) -SkipTests=true $(BuildArguments) -TargetArchitecture=$(Platform) -DisableCrossgen=true -CrossBuild=true - $(ProjectDirectory)/build$(ShellExtension) $(BuildArguments) -- /p:BuildDebPackage=false /p:BuildAllPackages=true + $(ProjectDirectory)/build$(ShellExtension) $(BuildArguments) -- /p:BuildDebPackage=false /p:BuildAllPackages=true /p:PreReleaseLabel="preview" $(ArmEnvironmentVariables) $(BuildCommand) 20180905-02 diff --git a/repos/msbuild.proj b/repos/msbuild.proj index e345af89af..d9df27dba3 100644 --- a/repos/msbuild.proj +++ b/repos/msbuild.proj @@ -4,9 +4,9 @@ - 20180426.1 + 20180911.1 $(ProjectDirectory)/artifacts/$(Configuration)/packages - /p:VersionPrefix=15.7.179 /p:DisableNerdbankVersioning=true /p:PreReleaseVersionLabel="" /p:BUILD_BUILDNUMBER=$(OfficialBuildId) + /p:PackageVersion=15.9.0-preview-000008 /p:VersionPrefix=15.9.8 /p:DisableNerdbankVersioning=true /p:PB_VersionStamp="preview" /p:BUILD_BUILDNUMBER=$(OfficialBuildId) $(ProjectDirectory)build/build$(ShellExtension) build -DotNetBuildFromSource -DotNetCoreSdkDir $(DotNetCliToolDir) -bootstraponly -skiptests -pack -configuration $(Configuration) /p:GitHeadSha=$(GitCommitHash) $(OutputVersionArgs) true false diff --git a/repos/nuget-client.proj b/repos/nuget-client.proj index e4e6c82b20..46fc6eefcc 100644 --- a/repos/nuget-client.proj +++ b/repos/nuget-client.proj @@ -6,7 +6,7 @@ $(ProjectDirectory)src/NuGet.Core/ $(ProjectDirectory)cli/ $(KeysDir)NuGet.Client.snk - 5156 + 5362 false