Skip to content

Commit

Permalink
Removed package generation
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerohegartyDfE committed Sep 11, 2024
1 parent e31ca5a commit c6eed5d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<TargetFramework>net8.0</TargetFramework>
<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
3 changes: 0 additions & 3 deletions Dfe.Data.SearchPrototype/Dfe.Data.SearchPrototype.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<TargetFramework>net8.0</TargetFramework>
<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 @@ -4,9 +4,6 @@
<TargetFramework>net8.0</TargetFramework>
<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 c6eed5d

Please sign in to comment.