@@ -229,7 +229,7 @@ stages:
229
229
env :
230
230
DOTNET_DbgEnableMiniDump : 1
231
231
DOTNET_DbgMiniDumpType : 3 # Triage dump, 1 for mini, 2 for Heap, 3 for triage, 4 for full. Don't use 4 unless you know what you're doing.
232
- DOTNET_DbgMiniDumpName : $(Build.SourcesDirectory)\artifacts\log\$(_configuration) \$(Build.BuildId)-%e-%p-%t.dmp
232
+ DOTNET_DbgMiniDumpName : $(Build.SourcesDirectory)\artifacts\log\Release \$(Build.BuildId)-%e-%p-%t.dmp
233
233
NativeToolsOnMachine : true
234
234
displayName : Build
235
235
@@ -247,8 +247,8 @@ stages:
247
247
condition : failed()
248
248
continueOnError : true
249
249
inputs :
250
- PathToPublish : ' $(Build.SourcesDirectory)\artifacts\log\$(_configuration) '
251
- ArtifactName : ' Windows $(_configuration) $(_testKind) process dumps'
250
+ PathToPublish : ' $(Build.SourcesDirectory)\artifacts\log\Release '
251
+ ArtifactName : ' Windows Release $(_testKind) process dumps'
252
252
ArtifactType : Container
253
253
parallel : true
254
254
@@ -269,7 +269,7 @@ stages:
269
269
env :
270
270
DOTNET_DbgEnableMiniDump : 1
271
271
DOTNET_DbgMiniDumpType : 3 # Triage dump, 1 for mini, 2 for Heap, 3 for triage, 4 for full. Don't use 4 unless you know what you're doing.
272
- DOTNET_DbgMiniDumpName : $(Build.SourcesDirectory)\artifacts\log\$(_configuration) \$(Build.BuildId)-%e-%p-%t.dmp
272
+ DOTNET_DbgMiniDumpName : $(Build.SourcesDirectory)\artifacts\log\Release \$(Build.BuildId)-%e-%p-%t.dmp
273
273
NativeToolsOnMachine : true
274
274
displayName : Build
275
275
@@ -287,8 +287,8 @@ stages:
287
287
condition : failed()
288
288
continueOnError : true
289
289
inputs :
290
- PathToPublish : ' $(Build.SourcesDirectory)\artifacts\log\$(_configuration) '
291
- ArtifactName : ' Windows $(_configuration) $(_testKind) process dumps'
290
+ PathToPublish : ' $(Build.SourcesDirectory)\artifacts\log\Release '
291
+ ArtifactName : ' Windows Release $(_testKind) process dumps'
292
292
ArtifactType : Container
293
293
parallel : true
294
294
@@ -309,7 +309,7 @@ stages:
309
309
env :
310
310
DOTNET_DbgEnableMiniDump : 1
311
311
DOTNET_DbgMiniDumpType : 3 # Triage dump, 1 for mini, 2 for Heap, 3 for triage, 4 for full. Don't use 4 unless you know what you're doing.
312
- DOTNET_DbgMiniDumpName : $(Build.SourcesDirectory)\artifacts\log\$(_configuration) \$(Build.BuildId)-%e-%p-%t.dmp
312
+ DOTNET_DbgMiniDumpName : $(Build.SourcesDirectory)\artifacts\log\Release \$(Build.BuildId)-%e-%p-%t.dmp
313
313
NativeToolsOnMachine : true
314
314
displayName : Build
315
315
@@ -327,8 +327,8 @@ stages:
327
327
condition : failed()
328
328
continueOnError : true
329
329
inputs :
330
- PathToPublish : ' $(Build.SourcesDirectory)\artifacts\log\$(_configuration) '
331
- ArtifactName : ' Windows $(_configuration) $(_testKind) process dumps'
330
+ PathToPublish : ' $(Build.SourcesDirectory)\artifacts\log\Release '
331
+ ArtifactName : ' Windows Release $(_testKind) process dumps'
332
332
ArtifactType : Container
333
333
parallel : true
334
334
@@ -349,7 +349,7 @@ stages:
349
349
env :
350
350
DOTNET_DbgEnableMiniDump : 1
351
351
DOTNET_DbgMiniDumpType : 3 # Triage dump, 1 for mini, 2 for Heap, 3 for triage, 4 for full. Don't use 4 unless you know what you're doing.
352
- DOTNET_DbgMiniDumpName : $(Build.SourcesDirectory)\artifacts\log\$(_configuration) \$(Build.BuildId)-%e-%p-%t.dmp
352
+ DOTNET_DbgMiniDumpName : $(Build.SourcesDirectory)\artifacts\log\Release \$(Build.BuildId)-%e-%p-%t.dmp
353
353
NativeToolsOnMachine : true
354
354
displayName : Build
355
355
@@ -367,8 +367,8 @@ stages:
367
367
condition : failed()
368
368
continueOnError : true
369
369
inputs :
370
- PathToPublish : ' $(Build.SourcesDirectory)\artifacts\log\$(_configuration) '
371
- ArtifactName : ' Windows $(_configuration) $(_testKind) process dumps'
370
+ PathToPublish : ' $(Build.SourcesDirectory)\artifacts\log\Release '
371
+ ArtifactName : ' Windows Release $(_testKind) process dumps'
372
372
ArtifactType : Container
373
373
parallel : true
374
374
@@ -385,7 +385,7 @@ stages:
385
385
env :
386
386
DOTNET_DbgEnableMiniDump : 1
387
387
DOTNET_DbgMiniDumpType : 3 # Triage dump, 1 for mini, 2 for Heap, 3 for triage, 4 for full. Don't use 4 unless you know what you're doing.
388
- DOTNET_DbgMiniDumpName : $(Build.SourcesDirectory)\artifacts\log\$(_configuration) \$(Build.BuildId)-%e-%p-%t.dmp
388
+ DOTNET_DbgMiniDumpName : $(Build.SourcesDirectory)\artifacts\log\Release \$(Build.BuildId)-%e-%p-%t.dmp
389
389
NativeToolsOnMachine : true
390
390
displayName : Build
391
391
@@ -403,8 +403,8 @@ stages:
403
403
condition : failed()
404
404
continueOnError : true
405
405
inputs :
406
- PathToPublish : ' $(Build.SourcesDirectory)\artifacts\log\$(_configuration) '
407
- ArtifactName : ' Windows $(_configuration) $(_testKind) process dumps'
406
+ PathToPublish : ' $(Build.SourcesDirectory)\artifacts\log\Release '
407
+ ArtifactName : ' Windows Release $(_testKind) process dumps'
408
408
ArtifactType : Container
409
409
parallel : true
410
410
0 commit comments