From 4053e6094e9d241717027b83b29d1b1fda40a108 Mon Sep 17 00:00:00 2001 From: Julian Verdurmen <304NotModified@users.noreply.github.com> Date: Tue, 23 Mar 2021 21:54:28 +0100 Subject: [PATCH 1/3] Added Microsoft.SourceLink.GitHub --- src/NLog.Targets.AppCenter/NLog.Targets.AppCenter.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NLog.Targets.AppCenter/NLog.Targets.AppCenter.csproj b/src/NLog.Targets.AppCenter/NLog.Targets.AppCenter.csproj index 79b5c95..e16993b 100644 --- a/src/NLog.Targets.AppCenter/NLog.Targets.AppCenter.csproj +++ b/src/NLog.Targets.AppCenter/NLog.Targets.AppCenter.csproj @@ -31,6 +31,7 @@ + From 688d1e37e8e5a3a48ba3b42c70d950f8cc6c8598 Mon Sep 17 00:00:00 2001 From: Julian Verdurmen <304NotModified@users.noreply.github.com> Date: Tue, 23 Mar 2021 21:55:01 +0100 Subject: [PATCH 2/3] Enabled ContinuousIntegrationBuild and EmbedUntrackedSources --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 2a9bab8..01090e6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ image: Visual Studio 2017 configuration: Release platform: Any CPU build_script: -- ps: msbuild /t:restore,pack /p:Configuration=Release /p:IncludeSymbols=true /p:SymbolPackageFormat=snupkg /verbosity:minimal +- ps: msbuild /t:restore,pack /p:Configuration=Release /p:IncludeSymbols=true /p:SymbolPackageFormat=snupkg /p:ContinuousIntegrationBuild=true /p:EmbedUntrackedSources=true /verbosity:minimal test_script: - ps: dotnet test tests\NLog.Targets.AppCenter.Tests\NLog.Targets.AppCenter.Tests.csproj artifacts: From c2946b3df4c936f1b223862be5d7b09084849f77 Mon Sep 17 00:00:00 2001 From: Julian Verdurmen <304NotModified@users.noreply.github.com> Date: Tue, 23 Mar 2021 21:55:15 +0100 Subject: [PATCH 3/3] Visual Studio 2019 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 01090e6..919efe7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ version: 1.0.0.{build} -image: Visual Studio 2017 +image: Visual Studio 2019 configuration: Release platform: Any CPU build_script: