Skip to content

Commit

Permalink
refactor: only keep backoffice-api nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
rikdepeuter authored Feb 7, 2025
1 parent 377afff commit 9dfebba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 56 deletions.
56 changes: 0 additions & 56 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 2 additions & 0 deletions src/RoadRegistry.BackOffice.Api/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9dfebba

Please sign in to comment.