diff --git a/Dockerfile.dev b/Dockerfile.dev index 2287b6e..de7dd5f 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,7 +1,7 @@ FROM mcr.microsoft.com/dotnet/sdk:5.0 as build-env WORKDIR /source COPY . . -RUN dotnet restore --configfile nuget.config +RUN dotnet restore --configfile nuget.config --disable-parallel RUN dotnet build RUN dotnet publish -o /publish --configuration Release; diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 9911ae8..8b3a0b0 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -8,6 +8,10 @@ pipelines: runs-on: - self.hosted - linux + - 16g + size: 2x + services: + - docker caches: - dotnetcore script: