Skip to content

Commit 5379d6a

Browse files
committed
Disable SourceLink on Travis CI
1 parent 3ba098e commit 5379d6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

LibGit2Sharp/LibGit2Sharp.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
<DefineConstants Condition=" '$(TargetFramework)' == 'net40' ">$(DefineConstants);DESKTOP</DefineConstants>
1616
</PropertyGroup>
1717

18+
<!-- Disable SourceLink when running on Travis CI -->
19+
<PropertyGroup>
20+
<SourceLinkCreate Condition="'$(TRAVIS)' == 'true'">false</SourceLinkCreate>
21+
</PropertyGroup>
22+
1823
<ItemGroup>
1924
<CodeAnalysisDictionary Include="CustomDictionary.xml" />
2025
<None Include="Core\Handles\Objects.tt">

0 commit comments

Comments
 (0)