From b9003d1689a37b98a5cbe242072d59aaeab69413 Mon Sep 17 00:00:00 2001 From: Artiom Chilaru Date: Mon, 20 Nov 2023 20:33:50 +0000 Subject: [PATCH] Enable dotnet reproducible builds config --- .github/workflows/build.yml | 2 +- Directory.Build.props | 9 +++++++++ .../FlexLabs.EntityFrameworkCore.Upsert.csproj | 9 +-------- ...bs.EntityFrameworkCore.Upsert.IntegrationTests.csproj | 4 ---- 4 files changed, 11 insertions(+), 13 deletions(-) create mode 100644 Directory.Build.props diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 415532c..9ada141 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: build-ubuntu: - name: Full Build (Ubuntu) + name: Build on Ubuntu (full) runs-on: ubuntu-latest steps: - uses: actions/setup-dotnet@v3 diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..eb3e898 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/src/FlexLabs.EntityFrameworkCore.Upsert/FlexLabs.EntityFrameworkCore.Upsert.csproj b/src/FlexLabs.EntityFrameworkCore.Upsert/FlexLabs.EntityFrameworkCore.Upsert.csproj index 9fdb0b8..6962754 100644 --- a/src/FlexLabs.EntityFrameworkCore.Upsert/FlexLabs.EntityFrameworkCore.Upsert.csproj +++ b/src/FlexLabs.EntityFrameworkCore.Upsert/FlexLabs.EntityFrameworkCore.Upsert.csproj @@ -15,7 +15,7 @@ Uses `INSERT … ON CONFLICT DO UPDATE` in PostgreSQL/Sqlite, `MERGE` in SqlServer and `INSERT INTO … ON DUPLICATE KEY UPDATE` in MySQL. Also supports injecting sql command generators to add support for other providers - Artiom Chilaru © 2019 + Artiom Chilaru © 2023 https://github.com/artiomchi/FlexLabs.Upsert https://github.com/artiomchi/FlexLabs.Upsert MIT @@ -49,9 +49,6 @@ v4.0.0 - true - true - embedded True ..\..\certs\FlexLabsStrongKey.snk Artiom Chilaru @@ -62,10 +59,6 @@ v4.0.0 - - - - True diff --git a/test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.csproj b/test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.csproj index 76e0c9d..20d365f 100644 --- a/test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.csproj +++ b/test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.csproj @@ -46,8 +46,4 @@ - - - -