Skip to content

Commit

Permalink
Update SHAs for repos not tracked by ProdCon (#766)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
dseefeld authored Sep 13, 2018
1 parent da13168 commit 1a3b26e
Show file tree
Hide file tree
Showing 17 changed files with 203 additions and 388 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
From 81f7e530100315ccd2d18048c45772d035bd5eee Mon Sep 17 00:00:00 2001
From: dseefeld <dseefeld@microsoft.com>
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 @@
<PropertyGroup>
<AssemblyName>Microsoft.TestPlatform.PlatformAbstractions</AssemblyName>
<TargetFrameworks>netstandard1.0;netcoreapp1.0;net451;uap10.0</TargetFrameworks>
+ <TargetFrameworks Condition=" '$(DotNetBuildFromSource)' == 'true' ">netstandard1.0;netcoreapp1.0;net451</TargetFrameworks>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<EnableCodeAnalysis>true</EnableCodeAnalysis>
</PropertyGroup>
--
1.8.3.1

232 changes: 0 additions & 232 deletions patches/vstest/0001-Remove-build-for-net451-in-source-build.patch

This file was deleted.

Loading

0 comments on commit 1a3b26e

Please sign in to comment.