Skip to content

Commit

Permalink
Disable SourceLink from AppVeyor builds
Browse files Browse the repository at this point in the history
  • Loading branch information
poizan42 committed Aug 31, 2018
1 parent f031d88 commit 4ecd8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:SourceLinkCreate=false
- dotnet build Rebus.Tests.Contracts -c Release /p:WarningLevel=3
- dotnet build Rebus.Tests -c Release /p:WarningLevel=3

0 comments on commit 4ecd8f6

Please sign in to comment.