From 5eea2f8730280fe77d8ea78f96cf48a42673ebfb Mon Sep 17 00:00:00 2001 From: Nutchayut Kanjanakuladit Date: Wed, 2 Aug 2023 07:28:02 +0000 Subject: [PATCH] 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