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 99c0f14 commit 8a011d2Copy full SHA for 8a011d2
Provider/src/Directory.Build.props
@@ -22,11 +22,11 @@
22
</PropertyGroup>
23
24
<!-- SourceLink -->
25
- <PropertyGroup Condition="'$(SkipSourceLink)' != 'true'">
+ <PropertyGroup Condition="'$(SkipSourceLink)'!='true'">
26
<PublishRepositoryUrl>true</PublishRepositoryUrl>
27
<EmbedUntrackedSources>true</EmbedUntrackedSources>
28
29
- <ItemGroup Condition="'$(SkipSourceLink)' != 'true'">
+ <ItemGroup Condition="'$(SkipSourceLink)'!='true'">
30
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All" />
31
</ItemGroup>
32
</Project>
0 commit comments