Skip to content
Snippets Groups Projects
Commit 1634557f authored by Anduin Xue's avatar Anduin Xue
Browse files

Update .gitlab-ci.yml

parent e47eadbf
No related branches found
No related tags found
No related merge requests found
Pipeline #911 failed with stages
in 6 seconds
...@@ -3,7 +3,6 @@ stages: ...@@ -3,7 +3,6 @@ stages:
- lint - lint
- test - test
- publish - publish
- deploy
before_script: before_script:
- 'export DOTNET_CLI_TELEMETRY_OPTOUT=1' - 'export DOTNET_CLI_TELEMETRY_OPTOUT=1'
...@@ -22,7 +21,7 @@ before_script: ...@@ -22,7 +21,7 @@ before_script:
restore: restore:
stage: build stage: build
script: script:
- dotnet restore --configfile nuget.config - dotnet restore --no-cache --configfile nuget.config
build: build:
stage: build stage: build
...@@ -64,6 +63,9 @@ test: ...@@ -64,6 +63,9 @@ test:
reports: reports:
junit: junit:
- ./**/TestResults.xml - ./**/TestResults.xml
coverage_report:
coverage_format: cobertura
path: ./Cobertura.xml
publish: publish:
stage: publish stage: publish
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment