We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba098e commit 5379d6aCopy full SHA for 5379d6a
LibGit2Sharp/LibGit2Sharp.csproj
@@ -15,6 +15,11 @@
15
<DefineConstantsCondition=" '$(TargetFramework)' == 'net40' ">$(DefineConstants);DESKTOP</DefineConstants>
16
</PropertyGroup>
17
18
+<!-- Disable SourceLink when running on Travis CI -->
19
+ <PropertyGroup>
20
+ <SourceLinkCreateCondition="'$(TRAVIS)' == 'true'">false</SourceLinkCreate>
21
+ </PropertyGroup>
22
+
23
<ItemGroup>
24
<CodeAnalysisDictionaryInclude="CustomDictionary.xml" />
25
<NoneInclude="Core\Handles\Objects.tt">
0 commit comments