Skip to content

Commit 60863c4

Browse files
committed
Update for build and packing
1 parent 35a7db3 commit 60863c4

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

src/Core/RevEng.Core.80/ServiceProviderBuilder.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
using System.Linq;
44
#if !CORE100
55
using EFCore.Snowflake.Design.Internal;
6-
using IBM.EntityFrameworkCore.Internal;
76
using EntityFrameworkCore.Scaffolding.Handlebars;
87
#endif
98
using ErikEJ.EntityFrameworkCore.SqlServer.Scaffolding;
@@ -28,12 +27,12 @@
2827
using Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal;
2928
using Oracle.EntityFrameworkCore.Design.Internal;
3029
#if !CORE100
30+
using IBM.EntityFrameworkCore.Design.Internal;
3131
using Pomelo.EntityFrameworkCore.MySql.Design.Internal;
3232
#endif
3333
using RevEng.Common;
3434
using RevEng.Core.Routines.Extensions;
3535
using SimplerSoftware.EntityFrameworkCore.SqlServer.NodaTime.Design;
36-
using IBM.EntityFrameworkCore.Design.Internal;
3736

3837
namespace RevEng.Core
3938
{

src/Core/efreveng80/BuildCmdlineTool.cmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ rd bin\Release\net8.0\x64\publish\runtimes\android-arm /Q /S
1616
rd bin\Release\net8.0\x64\publish\runtimes\android-arm64 /Q /S
1717
rd bin\Release\net8.0\x64\publish\runtimes\android-x64 /Q /S
1818
rd bin\Release\net8.0\x64\publish\runtimes\android-x86 /Q /S
19+
rd bin\Release\net8.0\x64\publish\runtimes\browser /Q /S
1920
rd bin\Release\net8.0\x64\publish\runtimes\browser-wasm /Q /S
2021
rd bin\Release\net8.0\x64\publish\runtimes\linux /Q /S
2122
rd bin\Release\net8.0\x64\publish\runtimes\linux-arm /Q /S
@@ -45,6 +46,9 @@ rd bin\Release\net8.0\x64\publish\runtimes\unix /Q /S
4546
rd bin\Release\net8.0\x64\publish\runtimes\win-arm /Q /S
4647
rd bin\Release\net8.0\x64\publish\runtimes\win-x86 /Q /S
4748

49+
rd bin\Release\net8.0\x64\publish\es /Q /S
50+
rd bin\Release\net8.0\x64\publish\clidriver /Q /S
51+
4852
"C:\Program Files\7-Zip\7z.exe" -mm=Deflate -mfb=258 -mpass=15 a efreveng80.exe.zip .\bin\Release\net8.0\x64\publish\*
4953

5054
move /Y efreveng80.exe.zip ..\..\GUI\lib\

src/Core/efreveng90/BuildCmdlineTool.cmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ rd bin\Release\net8.0\x64\publish\runtimes\unix /Q /S
4747
rd bin\Release\net8.0\x64\publish\runtimes\win-arm /Q /S
4848
rd bin\Release\net8.0\x64\publish\runtimes\win-x86 /Q /S
4949

50+
rd bin\Release\net8.0\x64\publish\es /Q /S
51+
rd bin\Release\net8.0\x64\publish\clidriver /Q /S
52+
5053
"C:\Program Files\7-Zip\7z.exe" -mm=Deflate -mfb=258 -mpass=15 a efreveng90.exe.zip .\bin\Release\net8.0\x64\publish\*
5154

5255
move /Y efreveng90.exe.zip ..\..\GUI\lib\

src/GUI/RevEng.Shared/Providers.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ public static List<NuGetPackage> GetNeededPackages(DatabaseType databaseType, bo
467467
default:
468468
throw new NotImplementedException();
469469
}
470+
470471
packages.Add(new NuGetPackage
471472
{
472473
PackageId = "IBM.EntityFrameworkCore",
@@ -476,6 +477,7 @@ public static List<NuGetPackage> GetNeededPackages(DatabaseType databaseType, bo
476477
UseMethodName = "Db2",
477478
});
478479
}
480+
479481
return packages;
480482
}
481483

0 commit comments

Comments
 (0)