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 3320995 commit b882847Copy full SHA for b882847
Directory.Build.props
@@ -46,7 +46,13 @@
46
<GeneratePackageOnBuild Condition="$(GeneratePackageOnBuild)=='' AND '$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
47
<IncludeSymbols Condition="$(GeneratePackageOnBuild) == 'true'">true</IncludeSymbols>
48
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
49
+ <EmbedUntrackedSources>true</EmbedUntrackedSources>
50
</PropertyGroup>
51
+ <ItemGroup>
52
+ <SourceRoot Include="$(MSBuildThisFileDirectory)/"/>
53
+ <PackageReference Condition="$(GeneratePackageOnBuild) == 'true'"
54
+ Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
55
+ </ItemGroup>
56
57
<!-- Populate standard properties. -->
58
<PropertyGroup>
0 commit comments