From 988bb61125d8ae3ec44e03533337022ccdb9da67 Mon Sep 17 00:00:00 2001 From: "Dylan R. E. Moonfire" Date: Sat, 11 Sep 2021 01:12:51 -0500 Subject: [PATCH] ci: fixing build tasks --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.