From 3724947972a1aeb7d859b86f5ef527c7b53cf4c9 Mon Sep 17 00:00:00 2001 From: Shuai Zhang Date: Tue, 16 Aug 2022 19:44:29 +0800 Subject: [PATCH] CI run dotnet test --- azure-pipelines.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ee889495..24d7f1a2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,3 +32,10 @@ steps: command: 'build' projects: 'dirs.proj' arguments: '-c $(buildConfiguration)' + +- task: DotNetCoreCLI@2 + displayName: 'Test projects' + inputs: + command: 'test' + projects: 'dirs.proj' + arguments: '-c $(buildConfiguration)'