diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 160874d..1d4e850 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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.