File tree 11 files changed +11
-0
lines changed
ApiGateways/Aggregators/Web.Shopping.HttpAggregator
11 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ COPY ["src/BuildingBlocks/WebHost/WebHost.Customization/WebHost.Customization.cs
17
17
COPY ["src/Services/Basket/Basket.API/Basket.API.csproj" , "src/Services/Basket/Basket.API/" ]
18
18
COPY ["src/Services/Catalog/Catalog.API/Catalog.API.csproj" , "src/Services/Catalog/Catalog.API/" ]
19
19
COPY ["src/Services/Coupon/Coupon.API/Coupon.API.csproj" , "src/Services/Coupon/Coupon.API/" ]
20
+ COPY ["tests/Services/Coupon/Coupon.API.Tests/Coupon.API.Tests.csproj" , "tests/Services/Coupon/Coupon.API.Tests/" ]
20
21
COPY ["src/Services/Identity/Identity.API/Identity.API.csproj" , "src/Services/Identity/Identity.API/" ]
21
22
COPY ["src/Services/Ordering/Ordering.API/Ordering.API.csproj" , "src/Services/Ordering/Ordering.API/" ]
22
23
COPY ["src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj" , "src/Services/Ordering/Ordering.BackgroundTasks/" ]
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ COPY ["src/BuildingBlocks/WebHost/WebHost.Customization/WebHost.Customization.cs
17
17
COPY ["src/Services/Basket/Basket.API/Basket.API.csproj" , "src/Services/Basket/Basket.API/" ]
18
18
COPY ["src/Services/Catalog/Catalog.API/Catalog.API.csproj" , "src/Services/Catalog/Catalog.API/" ]
19
19
COPY ["src/Services/Coupon/Coupon.API/Coupon.API.csproj" , "src/Services/Coupon/Coupon.API/" ]
20
+ COPY ["tests/Services/Coupon/Coupon.API.Tests/Coupon.API.Tests.csproj" , "tests/Services/Coupon/Coupon.API.Tests/" ]
20
21
COPY ["src/Services/Identity/Identity.API/Identity.API.csproj" , "src/Services/Identity/Identity.API/" ]
21
22
COPY ["src/Services/Ordering/Ordering.API/Ordering.API.csproj" , "src/Services/Ordering/Ordering.API/" ]
22
23
COPY ["src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj" , "src/Services/Ordering/Ordering.BackgroundTasks/" ]
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ COPY ["src/BuildingBlocks/WebHost/WebHost.Customization/WebHost.Customization.cs
17
17
COPY ["src/Services/Basket/Basket.API/Basket.API.csproj" , "src/Services/Basket/Basket.API/" ]
18
18
COPY ["src/Services/Catalog/Catalog.API/Catalog.API.csproj" , "src/Services/Catalog/Catalog.API/" ]
19
19
COPY ["src/Services/Coupon/Coupon.API/Coupon.API.csproj" , "src/Services/Coupon/Coupon.API/" ]
20
+ COPY ["tests/Services/Coupon/Coupon.API.Tests/Coupon.API.Tests.csproj" , "tests/Services/Coupon/Coupon.API.Tests/" ]
20
21
COPY ["src/Services/Identity/Identity.API/Identity.API.csproj" , "src/Services/Identity/Identity.API/" ]
21
22
COPY ["src/Services/Ordering/Ordering.API/Ordering.API.csproj" , "src/Services/Ordering/Ordering.API/" ]
22
23
COPY ["src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj" , "src/Services/Ordering/Ordering.BackgroundTasks/" ]
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ COPY ["src/BuildingBlocks/WebHost/WebHost.Customization/WebHost.Customization.cs
17
17
COPY ["src/Services/Basket/Basket.API/Basket.API.csproj" , "src/Services/Basket/Basket.API/" ]
18
18
COPY ["src/Services/Catalog/Catalog.API/Catalog.API.csproj" , "src/Services/Catalog/Catalog.API/" ]
19
19
COPY ["src/Services/Coupon/Coupon.API/Coupon.API.csproj" , "src/Services/Coupon/Coupon.API/" ]
20
+ COPY ["tests/Services/Coupon/Coupon.API.Tests/Coupon.API.Tests.csproj" , "tests/Services/Coupon/Coupon.API.Tests/" ]
20
21
COPY ["src/Services/Identity/Identity.API/Identity.API.csproj" , "src/Services/Identity/Identity.API/" ]
21
22
COPY ["src/Services/Ordering/Ordering.API/Ordering.API.csproj" , "src/Services/Ordering/Ordering.API/" ]
22
23
COPY ["src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj" , "src/Services/Ordering/Ordering.BackgroundTasks/" ]
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ COPY ["src/BuildingBlocks/WebHost/WebHost.Customization/WebHost.Customization.cs
17
17
COPY ["src/Services/Basket/Basket.API/Basket.API.csproj" , "src/Services/Basket/Basket.API/" ]
18
18
COPY ["src/Services/Catalog/Catalog.API/Catalog.API.csproj" , "src/Services/Catalog/Catalog.API/" ]
19
19
COPY ["src/Services/Coupon/Coupon.API/Coupon.API.csproj" , "src/Services/Coupon/Coupon.API/" ]
20
+ COPY ["tests/Services/Coupon/Coupon.API.Tests/Coupon.API.Tests.csproj" , "tests/Services/Coupon/Coupon.API.Tests/" ]
20
21
COPY ["src/Services/Identity/Identity.API/Identity.API.csproj" , "src/Services/Identity/Identity.API/" ]
21
22
COPY ["src/Services/Ordering/Ordering.API/Ordering.API.csproj" , "src/Services/Ordering/Ordering.API/" ]
22
23
COPY ["src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj" , "src/Services/Ordering/Ordering.BackgroundTasks/" ]
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ COPY ["src/BuildingBlocks/WebHost/WebHost.Customization/WebHost.Customization.cs
17
17
COPY ["src/Services/Basket/Basket.API/Basket.API.csproj" , "src/Services/Basket/Basket.API/" ]
18
18
COPY ["src/Services/Catalog/Catalog.API/Catalog.API.csproj" , "src/Services/Catalog/Catalog.API/" ]
19
19
COPY ["src/Services/Coupon/Coupon.API/Coupon.API.csproj" , "src/Services/Coupon/Coupon.API/" ]
20
+ COPY ["tests/Services/Coupon/Coupon.API.Tests/Coupon.API.Tests.csproj" , "tests/Services/Coupon/Coupon.API.Tests/" ]
20
21
COPY ["src/Services/Identity/Identity.API/Identity.API.csproj" , "src/Services/Identity/Identity.API/" ]
21
22
COPY ["src/Services/Ordering/Ordering.API/Ordering.API.csproj" , "src/Services/Ordering/Ordering.API/" ]
22
23
COPY ["src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj" , "src/Services/Ordering/Ordering.BackgroundTasks/" ]
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ COPY ["src/BuildingBlocks/WebHost/WebHost.Customization/WebHost.Customization.cs
16
16
COPY ["src/Services/Basket/Basket.API/Basket.API.csproj" , "src/Services/Basket/Basket.API/" ]
17
17
COPY ["src/Services/Catalog/Catalog.API/Catalog.API.csproj" , "src/Services/Catalog/Catalog.API/" ]
18
18
COPY ["src/Services/Coupon/Coupon.API/Coupon.API.csproj" , "src/Services/Coupon/Coupon.API/" ]
19
+ COPY ["tests/Services/Coupon/Coupon.API.Tests/Coupon.API.Tests.csproj" , "tests/Services/Coupon/Coupon.API.Tests/" ]
19
20
COPY ["src/Services/Identity/Identity.API/Identity.API.csproj" , "src/Services/Identity/Identity.API/" ]
20
21
COPY ["src/Services/Ordering/Ordering.API/Ordering.API.csproj" , "src/Services/Ordering/Ordering.API/" ]
21
22
COPY ["src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj" , "src/Services/Ordering/Ordering.BackgroundTasks/" ]
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ COPY ["src/BuildingBlocks/WebHost/WebHost.Customization/WebHost.Customization.cs
17
17
COPY ["src/Services/Basket/Basket.API/Basket.API.csproj" , "src/Services/Basket/Basket.API/" ]
18
18
COPY ["src/Services/Catalog/Catalog.API/Catalog.API.csproj" , "src/Services/Catalog/Catalog.API/" ]
19
19
COPY ["src/Services/Coupon/Coupon.API/Coupon.API.csproj" , "src/Services/Coupon/Coupon.API/" ]
20
+ COPY ["tests/Services/Coupon/Coupon.API.Tests/Coupon.API.Tests.csproj" , "tests/Services/Coupon/Coupon.API.Tests/" ]
20
21
COPY ["src/Services/Identity/Identity.API/Identity.API.csproj" , "src/Services/Identity/Identity.API/" ]
21
22
COPY ["src/Services/Ordering/Ordering.API/Ordering.API.csproj" , "src/Services/Ordering/Ordering.API/" ]
22
23
COPY ["src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj" , "src/Services/Ordering/Ordering.BackgroundTasks/" ]
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ COPY ["src/BuildingBlocks/WebHost/WebHost.Customization/WebHost.Customization.cs
17
17
COPY ["src/Services/Basket/Basket.API/Basket.API.csproj" , "src/Services/Basket/Basket.API/" ]
18
18
COPY ["src/Services/Catalog/Catalog.API/Catalog.API.csproj" , "src/Services/Catalog/Catalog.API/" ]
19
19
COPY ["src/Services/Coupon/Coupon.API/Coupon.API.csproj" , "src/Services/Coupon/Coupon.API/" ]
20
+ COPY ["tests/Services/Coupon/Coupon.API.Tests/Coupon.API.Tests.csproj" , "tests/Services/Coupon/Coupon.API.Tests/" ]
20
21
COPY ["src/Services/Identity/Identity.API/Identity.API.csproj" , "src/Services/Identity/Identity.API/" ]
21
22
COPY ["src/Services/Ordering/Ordering.API/Ordering.API.csproj" , "src/Services/Ordering/Ordering.API/" ]
22
23
COPY ["src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj" , "src/Services/Ordering/Ordering.BackgroundTasks/" ]
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ COPY ["src/BuildingBlocks/WebHost/WebHost.Customization/WebHost.Customization.cs
25
25
COPY ["src/Services/Basket/Basket.API/Basket.API.csproj" , "src/Services/Basket/Basket.API/" ]
26
26
COPY ["src/Services/Catalog/Catalog.API/Catalog.API.csproj" , "src/Services/Catalog/Catalog.API/" ]
27
27
COPY ["src/Services/Coupon/Coupon.API/Coupon.API.csproj" , "src/Services/Coupon/Coupon.API/" ]
28
+ COPY ["tests/Services/Coupon/Coupon.API.Tests/Coupon.API.Tests.csproj" , "tests/Services/Coupon/Coupon.API.Tests/" ]
28
29
COPY ["src/Services/Identity/Identity.API/Identity.API.csproj" , "src/Services/Identity/Identity.API/" ]
29
30
COPY ["src/Services/Ordering/Ordering.API/Ordering.API.csproj" , "src/Services/Ordering/Ordering.API/" ]
30
31
COPY ["src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj" , "src/Services/Ordering/Ordering.BackgroundTasks/" ]
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ COPY ["src/BuildingBlocks/WebHost/WebHost.Customization/WebHost.Customization.cs
17
17
COPY ["src/Services/Basket/Basket.API/Basket.API.csproj" , "src/Services/Basket/Basket.API/" ]
18
18
COPY ["src/Services/Catalog/Catalog.API/Catalog.API.csproj" , "src/Services/Catalog/Catalog.API/" ]
19
19
COPY ["src/Services/Coupon/Coupon.API/Coupon.API.csproj" , "src/Services/Coupon/Coupon.API/" ]
20
+ COPY ["tests/Services/Coupon/Coupon.API.Tests/Coupon.API.Tests.csproj" , "tests/Services/Coupon/Coupon.API.Tests/" ]
20
21
COPY ["src/Services/Identity/Identity.API/Identity.API.csproj" , "src/Services/Identity/Identity.API/" ]
21
22
COPY ["src/Services/Ordering/Ordering.API/Ordering.API.csproj" , "src/Services/Ordering/Ordering.API/" ]
22
23
COPY ["src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj" , "src/Services/Ordering/Ordering.BackgroundTasks/" ]
You can’t perform that action at this time.
0 commit comments