Skip to content

Commit

Permalink
remove project entry for nuget generation
Browse files Browse the repository at this point in the history
  • Loading branch information
CathLass committed Sep 11, 2024
1 parent d0f0c5f commit 5c78e9f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

<!-- Package information, for nuget -->
<PackageId>Dfe.Data.SearchPrototype.Common</PackageId>
<!--<Version>1.0.1</Version>--><!-- This is set within the build pipeline -->
Expand Down
2 changes: 0 additions & 2 deletions Dfe.Data.SearchPrototype/Dfe.Data.SearchPrototype.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

<!-- Package information, for nuget -->
<PackageId>Dfe.Data.SearchPrototype</PackageId>
<!--<Version>1.0.1</Version>--><!-- This is set within the build pipeline -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

<!-- Package information, for nuget -->
<PackageId>Dfe.Data.SearchPrototype.Infrastructure</PackageId>
<!--<Version>1.0.1</Version>--><!-- This is set within the build pipeline -->
Expand Down

0 comments on commit 5c78e9f

Please sign in to comment.