Skip to content

Commit 8a011d2

Browse files
committed
Cleanup.
1 parent 99c0f14 commit 8a011d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Provider/src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
</PropertyGroup>
2323

2424
<!-- SourceLink -->
25-
<PropertyGroup Condition="'$(SkipSourceLink)' != 'true'">
25+
<PropertyGroup Condition="'$(SkipSourceLink)'!='true'">
2626
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2727
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2828
</PropertyGroup>
29-
<ItemGroup Condition="'$(SkipSourceLink)' != 'true'">
29+
<ItemGroup Condition="'$(SkipSourceLink)'!='true'">
3030
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All" />
3131
</ItemGroup>
3232
</Project>

0 commit comments

Comments
 (0)