From 80a7a23493c25e44d1daf3eff6f303e32445cfc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Fab=C3=A6ch=20Brandt?= Date: Fri, 31 Aug 2018 16:52:48 +0200 Subject: [PATCH] Disable SourceLink from AppVeyor builds --- Rebus/Rebus.csproj | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Rebus/Rebus.csproj b/Rebus/Rebus.csproj index da5d0bcb3..4f6ac9dc8 100644 --- a/Rebus/Rebus.csproj +++ b/Rebus/Rebus.csproj @@ -61,7 +61,7 @@ true - + diff --git a/appveyor.yml b/appveyor.yml index 897d9cae7..e0a1f917d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,6 +10,6 @@ before_build: - appveyor-retry dotnet restore -v Minimal build_script: - - dotnet build Rebus -c Release + - dotnet build Rebus -c Release /p:EnableSourceLink=false - dotnet build Rebus.Tests.Contracts -c Release /p:WarningLevel=3 - dotnet build Rebus.Tests -c Release /p:WarningLevel=3