From 76ca872c3c0806820bd4d9b4d3d1ffec263c6972 Mon Sep 17 00:00:00 2001 From: Nutchayut Kanjanakuladit Date: Wed, 2 Aug 2023 07:17:01 +0000 Subject: [PATCH 1/3] Dockerfile.dev edited online with Bitbucket --- Dockerfile.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dev b/Dockerfile.dev index 69de9fe..de99730 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,7 +1,7 @@ FROM registry.71dev.com/dotnetsdk:3.1 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; From 5eea2f8730280fe77d8ea78f96cf48a42673ebfb Mon Sep 17 00:00:00 2001 From: Nutchayut Kanjanakuladit Date: Wed, 2 Aug 2023 07:28:02 +0000 Subject: [PATCH 2/3] bitbucket-pipelines.yml edited online with Bitbucket --- bitbucket-pipelines.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index e6f7596..ed6d853 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -8,12 +8,16 @@ options: docker: true pipelines: default: - - step: - runs-on: - - self.hosted - - linux - caches: - - dotnetcore + - step: + runs-on: + - self.hosted + - linux + - 16g + size: 2x + services: + - docker + caches: + - dotnetcore script: # Modify the commands below to build your repository. # - dotnet restore # - dotnet build From b856222884cc1ca5d3af7132d5e2f60cd0704e4a Mon Sep 17 00:00:00 2001 From: Nutchayut Kanjanakuladit Date: Wed, 2 Aug 2023 07:29:11 +0000 Subject: [PATCH 3/3] bitbucket-pipelines.yml edited online with Bitbucket --- bitbucket-pipelines.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index ed6d853..1cc47c1 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -8,16 +8,16 @@ options: docker: true pipelines: default: - - step: - runs-on: - - self.hosted - - linux - - 16g - size: 2x - services: - - docker - caches: - - dotnetcore + - step: + runs-on: + - self.hosted + - linux + - 16g + size: 2x + services: + - docker + caches: + - dotnetcore script: # Modify the commands below to build your repository. # - dotnet restore # - dotnet build