From bb7684ca42f855749e88056cd29aacd8242a6b4c Mon Sep 17 00:00:00 2001 From: Alexander Kastil Date: Wed, 4 Sep 2024 08:28:53 +0200 Subject: [PATCH] templates --- deploy/pipelines/catalog-ci-test-template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/pipelines/catalog-ci-test-template.yml b/deploy/pipelines/catalog-ci-test-template.yml index e5f6c2b..be796bb 100644 --- a/deploy/pipelines/catalog-ci-test-template.yml +++ b/deploy/pipelines/catalog-ci-test-template.yml @@ -38,8 +38,8 @@ stages: steps: - task: DotNetCoreCLI@2 + displayName: Test inputs: command: "test" projects: "$(appTests)/*.csproj" - arguments: "--configuration $(buildConfiguration)" - + arguments: "--configuration $(buildConfiguration)" \ No newline at end of file