bitbucket-pipelines.yml edited online with Bitbucket
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user