ci: fixing build tasks

This commit is contained in:
Dylan R. E. Moonfire 2021-09-11 01:12:51 -05:00
parent a9ff629ed2
commit 988bb61125

View file

@ -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.