bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
Nutchayut Kanjanakuladit
2023-08-02 07:28:02 +00:00
parent 76ca872c3c
commit 5eea2f8730

View File

@@ -8,12 +8,16 @@ options:
docker: true docker: true
pipelines: pipelines:
default: default:
- step: - step:
runs-on: runs-on:
- self.hosted - self.hosted
- linux - linux
caches: - 16g
- dotnetcore size: 2x
services:
- docker
caches:
- dotnetcore
script: # Modify the commands below to build your repository. script: # Modify the commands below to build your repository.
# - dotnet restore # - dotnet restore
# - dotnet build # - dotnet build