ci: fixing build tasks
This commit is contained in:
parent
a9ff629ed2
commit
988bb61125
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ build:
|
|||
- npx commitlint-gitlab-ci -x @commitlint/config-conventional
|
||||
|
||||
# Build and test everything.
|
||||
#- dotnet restore
|
||||
#- dotnet build
|
||||
- dotnet restore
|
||||
- dotnet build
|
||||
#- 'dotnet test --test-adapter-path:. --logger:"junit;LogFilePath=../artifacts/{assembly}-test-result.xml;MethodFormat=Default;FailureBodyFormat=Verbose" --collect:"XPlat Code Coverage"'
|
||||
|
||||
# Summarize the output for Gitlab CI reporting.
|
||||
|
|
Reference in a new issue