Skip to content

Commit a589610

Browse files
committed
remove building block
1 parent bd3ee74 commit a589610

File tree

59 files changed

+71
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+71
-84
lines changed

.github/workflows/Identity-api-CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
push:
99
branches: [ "main" ]
1010
paths:
11-
- src/BuildingBlocks/**
11+
- src/Shared/**
1212
- src/Services/Identity/**
1313
- .github/workflows/Identity-api-CI.yml
1414

1515
pull_request:
1616
branches: [ "main" ]
1717
paths:
18-
- src/BuildingBlocks/**
18+
- src/Shared/**
1919
- src/Services/Identity/**
2020
- .github/workflows/Identity-api-CI.yml
2121

.github/workflows/basket-api-CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
push:
99
branches: [ "main" ]
1010
paths:
11-
- src/BuildingBlocks/**
11+
- src/Shared/**
1212
- src/Services/Basket/**
1313
- .github/workflows/basket-api-CI.yml
1414

1515
pull_request:
1616
branches: [ "main" ]
1717
paths:
18-
- src/BuildingBlocks/**
18+
- src/Shared/**
1919
- src/Services/Basket/**
2020
- .github/workflows/basket-api-CI.yml
2121

.github/workflows/catalog-api-CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
push:
99
branches: [ "main" ]
1010
paths:
11-
- src/BuildingBlocks/**
11+
- src/Shared/**
1212
- src/Services/Catalog/**
1313
- .github/workflows/catalog-api-CI.yml
1414

1515
pull_request:
1616
branches: [ "main" ]
1717
paths:
18-
- src/BuildingBlocks/**
18+
- src/BuildingBlocSharedks/**
1919
- src/Services/Catalog/**
2020
- .github/workflows/catalog-api-CI.yml
2121

.github/workflows/discount-grpc-CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
push:
99
branches: [ "main" ]
1010
paths:
11-
- src/BuildingBlocks/**
11+
- src/Shared/**
1212
- src/Services/Discount/**
1313
- .github/workflows/discount-grpc-CI.yml
1414

1515
pull_request:
1616
branches: [ "main" ]
1717
paths:
18-
- src/BuildingBlocks/**
18+
- src/Shared/**
1919
- src/Services/Discount/**
2020
- .github/workflows/discount-grpc-CI.yml
2121

.github/workflows/order-command-api-CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
push:
99
branches: [ "main" ]
1010
paths:
11-
- src/BuildingBlocks/**
11+
- src/Shared/**
1212
- src/Services/Order.Command/**
1313
- .github/workflows/order-command-api-CI.yml
1414

1515
pull_request:
1616
branches: [ "main" ]
1717
paths:
18-
- src/BuildingBlocks/**
18+
- src/Shared/**
1919
- src/Services/Order.Command/**
2020
- .github/workflows/order-command-api-CI.yml
2121

.github/workflows/order-query-api-CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
push:
99
branches: [ "main" ]
1010
paths:
11-
- src/BuildingBlocks/**
11+
- src/Shared/**
1212
- src/Services/Order.Query/**
1313
- .github/workflows/order-query-api-CI.yml
1414

1515
pull_request:
1616
branches: [ "main" ]
1717
paths:
18-
- src/BuildingBlocks/**
18+
- src/Shared/**
1919
- src/Services/Order.Query/**
2020
- .github/workflows/order-query-api-CI.yml
2121

.github/workflows/order-query-event-processor-CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
push:
99
branches: [ "main" ]
1010
paths:
11-
- src/BuildingBlocks/**
11+
- src/Shared/**
1212
- src/Services/Order.Query/**
1313
- .github/workflows/order-query-event-processor-CI.yml
1414

1515
pull_request:
1616
branches: [ "main" ]
1717
paths:
18-
- src/BuildingBlocks/**
18+
- src/Shared/**
1919
- src/Services/Order.Query/**
2020
- .github/workflows/order-query-event-processor-CI.yml
2121

src/BuildingBlocks/BuildingBlocks/BuildingBlocks.csproj

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/Services/Basket/Basket.API/Basket.API.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<ProjectReference Include="..\..\..\BuildingBlocks\BuildingBlocks\BuildingBlocks.csproj" />
3130
<ProjectReference Include="..\..\Shared\Shared.csproj" />
3231
<Protobuf Include="Protos\basket.proto" GrpcServices="none" />
3332
<Protobuf Include="..\..\Discount\Discount.Grpc\Protos\discount.proto" GrpcServices="Client"/>

src/Services/Basket/Basket.API/Features/DeleteBasket/DeleteBasketHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using BuildingBlocks.CQRS.Command;
1+
using eshop.Shared.CQRS.Command;
22

33
namespace Basket.API.Features.DeleteBasket;
44

0 commit comments

Comments
 (0)