@@ -26,7 +26,6 @@ COPY ["src/ProductConstructionService/ProductConstructionService.BarViz/ProductC
2626COPY ["src/ProductConstructionService/ProductConstructionService.Common/ProductConstructionService.Common.csproj" , "./ProductConstructionService.Common/" ]
2727COPY ["src/ProductConstructionService/ProductConstructionService.DependencyFlow/ProductConstructionService.DependencyFlow.csproj" , "./ProductConstructionService.DependencyFlow/" ]
2828COPY ["src/ProductConstructionService/ProductConstructionService.FeedCleaner/ProductConstructionService.FeedCleaner.csproj" , "./ProductConstructionService.FeedCleaner/" ]
29- COPY ["src/ProductConstructionService/ProductConstructionService.LongestBuildPathUpdater/ProductConstructionService.LongestBuildPathUpdater.csproj" , "./ProductConstructionService.LongestBuildPathUpdater/" ]
3029COPY ["src/ProductConstructionService/ProductConstructionService.ServiceDefaults/ProductConstructionService.ServiceDefaults.csproj" , "./ProductConstructionService.ServiceDefaults/" ]
3130COPY ["src/ProductConstructionService/ProductConstructionService.SubscriptionTriggerer/ProductConstructionService.SubscriptionTriggerer.csproj" , "./ProductConstructionService.SubscriptionTriggerer/" ]
3231COPY ["src/ProductConstructionService/ProductConstructionService.WorkItems/ProductConstructionService.WorkItems.csproj" , "./ProductConstructionService.WorkItems/" ]
@@ -35,7 +34,6 @@ COPY ["src/ProductConstructionService/Microsoft.DotNet.ProductConstructionServic
3534RUN dotnet restore "./ProductConstructionService.Api/ProductConstructionService.Api.csproj"
3635RUN dotnet restore "./ProductConstructionService.BarViz/ProductConstructionService.BarViz.csproj"
3736RUN dotnet restore "./ProductConstructionService.FeedCleaner/ProductConstructionService.FeedCleaner.csproj"
38- RUN dotnet restore "./ProductConstructionService.LongestBuildPathUpdater/ProductConstructionService.LongestBuildPathUpdater.csproj"
3937RUN dotnet restore "./ProductConstructionService.SubscriptionTriggerer/ProductConstructionService.SubscriptionTriggerer.csproj"
4038
4139WORKDIR /src/Maestro
@@ -59,10 +57,6 @@ WORKDIR ../ProductConstructionService.FeedCleaner
5957RUN dotnet build -c $BUILD_CONFIGURATION -o /app/build --no-restore
6058RUN dotnet publish -c $BUILD_CONFIGURATION -o /app/publish/FeedCleaner /p:UseAppHost=false /p:Version=${PACKAGE_VERSION}
6159
62- WORKDIR ../ProductConstructionService.LongestBuildPathUpdater
63- RUN dotnet build -c $BUILD_CONFIGURATION -o /app/build --no-restore
64- RUN dotnet publish -c $BUILD_CONFIGURATION -o /app/publish/LongestBuildPathUpdater /p:UseAppHost=false /p:Version=${PACKAGE_VERSION}
65-
6660WORKDIR ../ProductConstructionService.SubscriptionTriggerer
6761RUN dotnet build -c $BUILD_CONFIGURATION -o /app/build --no-restore
6862RUN dotnet publish -c $BUILD_CONFIGURATION -o /app/publish/SubscriptionTriggerer /p:UseAppHost=false /p:Version=${PACKAGE_VERSION}
@@ -77,7 +71,6 @@ RUN git config --global user.email "dotnet-maestro[bot]@users.noreply.github.com
7771WORKDIR /app
7872COPY --from=build /app/publish/ProductConstructionService ./ProductConstructionService
7973COPY --from=build /app/publish/FeedCleaner ./FeedCleaner
80- COPY --from=build /app/publish/LongestBuildPathUpdater ./LongestBuildPathUpdater
8174COPY --from=build /app/publish/SubscriptionTriggerer ./SubscriptionTriggerer
8275
8376EXPOSE 8080
0 commit comments