From 07d8e9264b76e0634f84bc37573b259bed4e816c Mon Sep 17 00:00:00 2001 From: Florian Greinacher Date: Mon, 16 Jul 2018 22:31:10 +0200 Subject: [PATCH 1/3] Add SourceLink --- System.IO.Abstractions/System.IO.Abstractions.csproj | 12 +++++++++++- TestingHelpers/TestingHelpers.csproj | 10 ++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/System.IO.Abstractions/System.IO.Abstractions.csproj b/System.IO.Abstractions/System.IO.Abstractions.csproj index dde6a8dfc..7c23a7537 100644 --- a/System.IO.Abstractions/System.IO.Abstractions.csproj +++ b/System.IO.Abstractions/System.IO.Abstractions.csproj @@ -13,6 +13,12 @@ testing + + true + true + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + + False @@ -26,7 +32,7 @@ 4.5.0 - + 4.5.0 @@ -46,4 +52,8 @@ + + + + diff --git a/TestingHelpers/TestingHelpers.csproj b/TestingHelpers/TestingHelpers.csproj index 73d0d556c..31d64aab9 100644 --- a/TestingHelpers/TestingHelpers.csproj +++ b/TestingHelpers/TestingHelpers.csproj @@ -14,6 +14,12 @@ https://github.com/System-IO-Abstractions/System.IO.Abstractions + + true + true + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + + False @@ -36,4 +42,8 @@ + + + + From 3a33725d43f01f1d9c568293f278b18d03d0d832 Mon Sep 17 00:00:00 2001 From: Florian Greinacher Date: Mon, 16 Jul 2018 22:39:57 +0200 Subject: [PATCH 2/3] Use .NET Core 2.1.300 in Travis build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f1e566e83..9336b020d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: csharp mono: none -dotnet: 2.1.4 +dotnet: 2.1.300 script: - dotnet build System.IO.Abstractions --framework netstandard1.4 - dotnet build TestingHelpers --framework netstandard1.4 From 98df74cde261bb17776d3f02f2bf255e40ab8855 Mon Sep 17 00:00:00 2001 From: Alastair Maw Date: Tue, 27 Nov 2018 22:01:03 +0100 Subject: [PATCH 3/3] Update Microsoft.SourceLink.GitHub to 1.0.0-beta-63127-02 Co-Authored-By: fgreinacher --- System.IO.Abstractions/System.IO.Abstractions.csproj | 2 +- TestingHelpers/TestingHelpers.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/System.IO.Abstractions/System.IO.Abstractions.csproj b/System.IO.Abstractions/System.IO.Abstractions.csproj index 1b51d2ace..68db96e79 100644 --- a/System.IO.Abstractions/System.IO.Abstractions.csproj +++ b/System.IO.Abstractions/System.IO.Abstractions.csproj @@ -55,6 +55,6 @@ - + diff --git a/TestingHelpers/TestingHelpers.csproj b/TestingHelpers/TestingHelpers.csproj index 3963ec768..fb3f5a3fa 100644 --- a/TestingHelpers/TestingHelpers.csproj +++ b/TestingHelpers/TestingHelpers.csproj @@ -44,6 +44,6 @@ - +