提交 88602f5d 编写于 作者: J Jason Lenny
image: microsoft/dotnet:latest image: microsoft/dotnet:latest
stages: stages:
- build - build
- test - test
build: build:
stage: build stage: build
script: script:
- "dotnet build" - "dotnet build"
artifacts:
test: paths:
stage: test - bin/
script:
test:
stage: test
script:
- "dotnet test" - "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.
先完成此消息的编辑!
想要评论请 注册