Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmairegger committed Jan 13, 2025
1 parent 10a4d28 commit f91b8f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
</PropertyGroup>
<PropertyGroup Label="Source commit tagging" Condition="'$(Configuration)' != 'Release'">
<!-- Note: This prevents rebuilding all projects because of a commit, since build steps injects version information into projects. -->
<NBGV_GitEngine>Disabled</NBGV_GitEngine>
<!-- <NBGV_GitEngine>Disabled</NBGV_GitEngine>-->
<EnableSourceLink>false</EnableSourceLink>
<!-- prevents generation of $(ProjectName).sourcelink.json -->
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" PrivateAssets="all" />
<GlobalPackageReference Include="Nerdbank.GitVersioning" PrivateAssets="all" Version="$(NerdbankGitVersioningVersion)" />
<!-- <GlobalPackageReference Include="Nerdbank.GitVersioning" PrivateAssets="all" Version="$(NerdbankGitVersioningVersion)" />-->
<GlobalPackageReference Include="WpfAnalyzers" Condition="'$(UseWpf)' == 'true'" Version="$(WpfAnalyzersVersion)" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit f91b8f7

Please sign in to comment.