From 4063040ad28dd069ba96b677f16be133af0ead0e Mon Sep 17 00:00:00 2001 From: Jan Jones Date: Thu, 19 Jan 2023 16:43:01 +0100 Subject: [PATCH] Include Roslyn deps in CI --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 284c862d4a5..b6bb1191691 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -234,6 +234,7 @@ stages: -test -integrationTest /p:BuildProjectReferences=false + /p:IncludeRoslynDeps=true name: Run_Tests displayName: Run Unit and Integration tests condition: succeeded()