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