File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 2323 <EmbedUntrackedSources >true</EmbedUntrackedSources >
2424 <!-- Include PDB in the built .nupkg -->
2525 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
26+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
27+ <IncludePackageReferencesDuringMarkupCompilation >true</IncludePackageReferencesDuringMarkupCompilation >
28+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
2629 </PropertyGroup >
2730
31+ <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
32+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
33+ </PropertyGroup >
34+
2835 <ItemGroup Condition =" '$(IsTestProject)' != 'true'" >
2936 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
3037 </ItemGroup >
You can’t perform that action at this time.
0 commit comments