-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
17 changed files
with
203 additions
and
388 deletions.
There are no files selected for viewing
34 changes: 0 additions & 34 deletions
34
patches/msbuild/0001-Add-TargetingPack-and-enable-net46-builds-for-source.patch
This file was deleted.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
patches/vstest/0001-Conditionally-remove-uap-from-TargetFramework.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
232
patches/vstest/0001-Remove-build-for-net451-in-source-build.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.