Skip to content

Commit 1a3b26e

Browse files
authored
Update SHAs for repos not tracked by ProdCon (#766)
* Update SHAs for repos that don't get auto-updated from ProdCon * Fixup patches based on SHA updates * Update version information * Update prebuilt baselines based on vstest, msbuild and fsharp updates * Remove UAP from vstest TargetFrameworks * Update baseline reports
1 parent da13168 commit 1a3b26e

17 files changed

+203
-388
lines changed

patches/msbuild/0001-Add-TargetingPack-and-enable-net46-builds-for-source.patch

Lines changed: 0 additions & 34 deletions
This file was deleted.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
From 81f7e530100315ccd2d18048c45772d035bd5eee Mon Sep 17 00:00:00 2001
2+
From: dseefeld <dseefeld@microsoft.com>
3+
Date: Wed, 12 Sep 2018 18:27:49 +0000
4+
Subject: [PATCH] Conditionally remove uap from TargetFramework
5+
6+
---
7+
.../Microsoft.TestPlatform.PlatformAbstractions.csproj | 1 +
8+
1 file changed, 1 insertion(+)
9+
10+
diff --git a/src/Microsoft.TestPlatform.PlatformAbstractions/Microsoft.TestPlatform.PlatformAbstractions.csproj b/src/Microsoft.TestPlatform.PlatformAbstractions/Microsoft.TestPlatform.PlatformAbstractions.csproj
11+
index b89400e..31ba348 100644
12+
--- a/src/Microsoft.TestPlatform.PlatformAbstractions/Microsoft.TestPlatform.PlatformAbstractions.csproj
13+
+++ b/src/Microsoft.TestPlatform.PlatformAbstractions/Microsoft.TestPlatform.PlatformAbstractions.csproj
14+
@@ -7,6 +7,7 @@
15+
<PropertyGroup>
16+
<AssemblyName>Microsoft.TestPlatform.PlatformAbstractions</AssemblyName>
17+
<TargetFrameworks>netstandard1.0;netcoreapp1.0;net451;uap10.0</TargetFrameworks>
18+
+ <TargetFrameworks Condition=" '$(DotNetBuildFromSource)' == 'true' ">netstandard1.0;netcoreapp1.0;net451</TargetFrameworks>
19+
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
20+
<EnableCodeAnalysis>true</EnableCodeAnalysis>
21+
</PropertyGroup>
22+
--
23+
1.8.3.1
24+

patches/vstest/0001-Remove-build-for-net451-in-source-build.patch

Lines changed: 0 additions & 232 deletions
This file was deleted.

0 commit comments

Comments
 (0)