You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: linux-amd64
|
|
|
|
|
|
|
|
platform:
|
|
|
|
arch: amd64
|
|
|
|
os: linux
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: build
|
|
|
|
image: mcr.microsoft.com/dotnet/sdk:5.0
|
|
|
|
commands:
|
|
|
|
- pwd
|
|
|
|
- ls
|
|
|
|
- cd ./code/src
|
|
|
|
- dotnet restore SettleAccount.sln
|
|
|
|
- cd ../../build
|
|
|
|
- pwd
|
|
|
|
- ls
|
|
|
|
- chmod 755 ./build.sh
|
|
|
|
- ./build.sh
|
|
|
|
|
|
|
|
# - name: publish
|
|
|
|
# image: plugins/s3
|
|
|
|
# settings:
|
|
|
|
# endpoint: http://dev.ccwin-in.com:3008
|
|
|
|
# path_style: true
|
|
|
|
# bucket: default
|
|
|
|
# access_key: O222sbIaMKeGfeX18t8K
|
|
|
|
# secret_key: 0LEOWfXSDnaLbIYGZfdKUxyi2kYIayx4YvdLTgcR
|
|
|
|
# source: build/publish/**/*
|
|
|
|
# target: /jie-suan/bei-qi/publish
|