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 4bce17f commit 20d2abfCopy full SHA for 20d2abf
src/Smdn.MSBuild.ProjectAssets.Library/project/Project.props
@@ -68,7 +68,12 @@ SPDX-License-Identifier: MIT
68
source link
69
-->
70
<ItemGroup>
71
- <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
+ <PackageReference
72
+ Include="Microsoft.SourceLink.GitHub"
73
+ Condition="'$(GITHUB_ACTIONS)' == 'true'"
74
+ Version="1.1.1"
75
+ PrivateAssets="All"
76
+ />
77
</ItemGroup>
78
79
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
0 commit comments