Skip to content

Commit

Permalink
only sourcelink in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Mar 31, 2020
1 parent 3d787c2 commit d078355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<DefineConstants>$(DefineConstants);__ANDROID__</DefineConstants>
</PropertyGroup>

<ItemGroup Condition=" $(IsPackable) ">
<ItemGroup Condition=" $(IsPackable) And '$(BUILD_ARTIFACTSTAGINGDIRECTORY)' != '' ">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit d078355

Please sign in to comment.