Skip to content

Commit 8fc271d

Browse files
authored
Add PDB config (#4079)
1 parent 070ba7f commit 8fc271d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/build-all-lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ extends:
175175
inputs:
176176
command: 'build'
177177
projects: ${{ parameters.Projects }}
178-
arguments: '--configuration Release /p:ContinuousIntegrationBuild=true'
178+
arguments: '--configuration Release /p:ContinuousIntegrationBuild=true /p:DebugType=portable /p:DebugSymbols=true'
179179

180180
# Test and generate Code Coverage
181181
- task: DotNetCoreCLI@2

0 commit comments

Comments
 (0)