diff --git a/eng/pipelines/build-all-lib.yml b/eng/pipelines/build-all-lib.yml index fa7e9b025d..61ffacf633 100644 --- a/eng/pipelines/build-all-lib.yml +++ b/eng/pipelines/build-all-lib.yml @@ -175,7 +175,7 @@ extends: inputs: command: 'build' projects: ${{ parameters.Projects }} - arguments: '--configuration Release /p:ContinuousIntegrationBuild=true' + arguments: '--configuration Release /p:ContinuousIntegrationBuild=true /p:DebugType=portable /p:DebugSymbols=true' # Test and generate Code Coverage - task: DotNetCoreCLI@2