File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ stages:
248
248
continueOnError : true
249
249
inputs :
250
250
PathToPublish : ' $(Build.SourcesDirectory)\artifacts\log\Release'
251
- ArtifactName : ' Windows Release $(_testKind) process dumps'
251
+ ArtifactName : ' Windows Release WindowsLangVersionPreview process dumps'
252
252
ArtifactType : Container
253
253
parallel : true
254
254
@@ -288,7 +288,7 @@ stages:
288
288
continueOnError : true
289
289
inputs :
290
290
PathToPublish : ' $(Build.SourcesDirectory)\artifacts\log\Release'
291
- ArtifactName : ' Windows Release $(_testKind) process dumps'
291
+ ArtifactName : ' Windows Release WindowsNoRealsig_testCoreclr process dumps'
292
292
ArtifactType : Container
293
293
parallel : true
294
294
@@ -328,7 +328,7 @@ stages:
328
328
continueOnError : true
329
329
inputs :
330
330
PathToPublish : ' $(Build.SourcesDirectory)\artifacts\log\Release'
331
- ArtifactName : ' Windows Release $(_testKind) process dumps'
331
+ ArtifactName : ' Windows Release WindowsNoRealsig_testDesktop process dumps'
332
332
ArtifactType : Container
333
333
parallel : true
334
334
@@ -368,7 +368,7 @@ stages:
368
368
continueOnError : true
369
369
inputs :
370
370
PathToPublish : ' $(Build.SourcesDirectory)\artifacts\log\Release'
371
- ArtifactName : ' Windows Release $(_testKind) process dumps'
371
+ ArtifactName : ' Windows Release WindowsStrictIndentation process dumps'
372
372
ArtifactType : Container
373
373
parallel : true
374
374
@@ -404,7 +404,7 @@ stages:
404
404
continueOnError : true
405
405
inputs :
406
406
PathToPublish : ' $(Build.SourcesDirectory)\artifacts\log\Release'
407
- ArtifactName : ' Windows Release $(_testKind) process dumps'
407
+ ArtifactName : ' Windows Release WindowsNoStrictIndentation process dumps'
408
408
ArtifactType : Container
409
409
parallel : true
410
410
You can’t perform that action at this time.
0 commit comments