Skip to content

Commit

Permalink
Pack during build to provide CLI daily builds
Browse files Browse the repository at this point in the history
fixes #2005
  • Loading branch information
ErikEJ committed Nov 17, 2023
1 parent 768b26f commit 18b1e04
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/GUI/efcpt.6/efcpt.6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<ToolCommandName>efcpt</ToolCommandName>
<PackageId>ErikEJ.EFCorePowerTools.Cli</PackageId>
<Description>Entity Framework Core Power Tools command line tool </Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageVersion>6.0.1</PackageVersion>
<InformationalVersion>6.0.1</InformationalVersion>
Expand Down
1 change: 0 additions & 1 deletion src/GUI/efcpt.7/efcpt.7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<ToolCommandName>efcpt</ToolCommandName>
<PackageId>ErikEJ.EFCorePowerTools.Cli</PackageId>
<Description>Entity Framework Core Power Tools command line tool</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageVersion>7.0.1</PackageVersion>
<InformationalVersion>7.0.1</InformationalVersion>
Expand Down
1 change: 0 additions & 1 deletion src/GUI/efcpt.8/efcpt.8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<ToolCommandName>efcpt</ToolCommandName>
<PackageId>ErikEJ.EFCorePowerTools.Cli</PackageId>
<Description>Entity Framework Core Power Tools command line tool </Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageVersion>8.0.1</PackageVersion>
<InformationalVersion>8.0.1</InformationalVersion>
Expand Down
2 changes: 1 addition & 1 deletion test/Ef7Playground/Ef7Playground/Ef7Playground.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="EfCore.SchemaCompare" Version="8.0.0-rc2-0002" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 18b1e04

Please sign in to comment.