bitbucket-pipelines.yml edited online with Bitbucket
This commit is contained in:
@@ -8,16 +8,16 @@ options:
|
|||||||
docker: true
|
docker: true
|
||||||
pipelines:
|
pipelines:
|
||||||
default:
|
default:
|
||||||
- step:
|
- step:
|
||||||
runs-on:
|
runs-on:
|
||||||
- self.hosted
|
- self.hosted
|
||||||
- linux
|
- linux
|
||||||
- 16g
|
- 16g
|
||||||
size: 2x
|
size: 2x
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
caches:
|
caches:
|
||||||
- dotnetcore
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user