From 9dfebba45b790f5214175f38a4c5b8fe25e28519 Mon Sep 17 00:00:00 2001 From: Rik De Peuter Date: Fri, 7 Feb 2025 09:35:55 +0100 Subject: [PATCH] refactor: only keep backoffice-api nuget package --- .github/workflows/release.yml | 56 ------------------- .../paket.template | 2 + 2 files changed, 2 insertions(+), 56 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1c4ff579..c650904c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -290,32 +290,6 @@ jobs: dotnet-version: ${{ vars.VBR_DOTNET_VERSION_8 }} secrets: inherit - pack-backoffice: - name: Pack BackOffice - uses: Informatievlaanderen/build-pipeline/.github/workflows/pack.yml@main - needs: [ set-release-version ] - if: ${{ (github.repository_owner == 'Informatievlaanderen') && (needs.set-release-version.outputs.version != 'none') }} - with: - pack-file: Be.Vlaanderen.Basisregisters.RoadRegistry.BackOffice - test-project: RoadRegistry.Empty.Tests - build-project: RoadRegistry.BackOffice - semver: ${{ needs.set-release-version.outputs.version }} - dotnet-version: ${{ vars.VBR_DOTNET_VERSION_8 }} - secrets: inherit - - pack-backoffice-abstractions: - name: Pack BackOffice Abstractions - uses: Informatievlaanderen/build-pipeline/.github/workflows/pack.yml@main - needs: [ set-release-version ] - if: ${{ (github.repository_owner == 'Informatievlaanderen') && (needs.set-release-version.outputs.version != 'none') }} - with: - pack-file: Be.Vlaanderen.Basisregisters.RoadRegistry.BackOffice.Abstractions - test-project: RoadRegistry.Empty.Tests - build-project: RoadRegistry.BackOffice.Abstractions - semver: ${{ needs.set-release-version.outputs.version }} - dotnet-version: ${{ vars.VBR_DOTNET_VERSION_8 }} - secrets: inherit - pack-backoffice-api: name: Pack BackOffice Api uses: Informatievlaanderen/build-pipeline/.github/workflows/pack.yml@main @@ -328,32 +302,6 @@ jobs: semver: ${{ needs.set-release-version.outputs.version }} dotnet-version: ${{ vars.VBR_DOTNET_VERSION_8 }} secrets: inherit - - pack-backoffice-ziparchivewriters: - name: Pack BackOffice ZipArchive Writers - uses: Informatievlaanderen/build-pipeline/.github/workflows/pack.yml@main - needs: [ set-release-version ] - if: ${{ (github.repository_owner == 'Informatievlaanderen') && (needs.set-release-version.outputs.version != 'none') }} - with: - pack-file: Be.Vlaanderen.Basisregisters.RoadRegistry.BackOffice.ZipArchiveWriters - test-project: RoadRegistry.Empty.Tests - build-project: RoadRegistry.BackOffice.ZipArchiveWriters - semver: ${{ needs.set-release-version.outputs.version }} - dotnet-version: ${{ vars.VBR_DOTNET_VERSION_8 }} - secrets: inherit - - pack-projector: - name: Pack Projector - uses: Informatievlaanderen/build-pipeline/.github/workflows/pack.yml@main - needs: [ set-release-version ] - if: ${{ (github.repository_owner == 'Informatievlaanderen') && (needs.set-release-version.outputs.version != 'none') }} - with: - pack-file: Be.Vlaanderen.Basisregisters.RoadRegistry.Projector - test-project: RoadRegistry.Empty.Tests - build-project: RoadRegistry.Projector - semver: ${{ needs.set-release-version.outputs.version }} - dotnet-version: ${{ vars.VBR_DOTNET_VERSION_8 }} - secrets: inherit build-lambda-backoffice: name: Build Lambda BackOffice @@ -387,11 +335,7 @@ jobs: runs-on: ubuntu-latest needs: [ set-release-version, - pack-backoffice, - pack-backoffice-abstractions, pack-backoffice-api, - pack-backoffice-ziparchivewriters, - pack-projector, build-adminhost, build-jobs-processor, build-backoffice-api, diff --git a/src/RoadRegistry.BackOffice.Api/paket.template b/src/RoadRegistry.BackOffice.Api/paket.template index 57485fea7..a2f9fa527 100644 --- a/src/RoadRegistry.BackOffice.Api/paket.template +++ b/src/RoadRegistry.BackOffice.Api/paket.template @@ -37,6 +37,8 @@ files RoadRegistry.BackOffice.Abstractions.dll => lib\net8.0 RoadRegistry.BackOffice.Abstractions.pdb => lib\net8.0 + RoadRegistry.BackOffice.Abstractions.xml => lib\net8.0 + RoadRegistry.BackOffice.Abstractions.xml => content RoadRegistry.BackOffice.Handlers.dll => lib\net8.0 RoadRegistry.BackOffice.Handlers.pdb => lib\net8.0