From 6510eaaa8fc2d73823d2eea9f16d59cdae2cf213 Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Mon, 17 Jun 2024 14:13:35 +0200 Subject: [PATCH] Remove -warnaserror switch (temporarily) --- eng/pipelines/build-all-lib.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/build-all-lib.yml b/eng/pipelines/build-all-lib.yml index 159a180f0..463dce065 100644 --- a/eng/pipelines/build-all-lib.yml +++ b/eng/pipelines/build-all-lib.yml @@ -155,7 +155,7 @@ extends: inputs: command: 'build' projects: ${{ parameters.Projects }} - arguments: '--configuration Release /p:ContinuousIntegrationBuild=true -warnaserror' + arguments: '--configuration Release /p:ContinuousIntegrationBuild=true' # Test and generate Code Coverage - task: DotNetCoreCLI@2