File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11ARG CONFIGURATION="Release"
22ARG NUGET_PACKAGE_VERSION="1.0.0"
33ARG COMPANIES_HOUSE_API_KEY
4- FROM mcr.microsoft.com/dotnet/sdk:7 .0 AS restore
4+ FROM mcr.microsoft.com/dotnet/sdk:9 .0 AS restore
55
66ARG CONFIGURATION
77
@@ -44,4 +44,4 @@ COPY --from=pack /artifacts/*.snupkg /artifacts/
4444COPY --from=test /tests/CompaniesHouse.Extensions.Microsoft.DependencyInjection.Tests/TestResults/*.trx /TestResults/CompaniesHouse.Extensions.Microsoft.DependencyInjection.Tests/
4545COPY --from=test /tests/CompaniesHouse.IntegrationTests/TestResults/*.trx /TestResults/CompaniesHouse.IntegrationTests/
4646COPY --from=test /tests/CompaniesHouse.ScenarioTests/TestResults/*.trx /TestResults/CompaniesHouse.ScenarioTests/
47- COPY --from=test /tests/CompaniesHouse.Tests/TestResults/*.trx /TestResults/CompaniesHouse.Tests/
47+ COPY --from=test /tests/CompaniesHouse.Tests/TestResults/*.trx /TestResults/CompaniesHouse.Tests/
You can’t perform that action at this time.
0 commit comments