提交 88602f5d 编写于 作者: J Jason Lenny
image: microsoft/dotnet:latest
stages:
- build
- test
build:
stage: build
script:
- "dotnet build"
test:
stage: test
script:
image: microsoft/dotnet:latest
stages:
- build
- test
build:
stage: build
script:
- "dotnet build"
artifacts:
paths:
- bin/
test:
stage: test
script:
- "dotnet test"
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册