Skip to content

Commit f48877d

Browse files
committed
For investigation
1 parent 24f41d0 commit f48877d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

eng/pipelines/build-PR.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,14 @@ jobs:
9696
displayName: Run Unit Tests
9797
condition: and(eq(variables['System.TeamProject'], 'public'), ne('${{ parameters.targetArchitecture }}', 'arm64'))
9898

99+
- task: PublishBuildArtifacts@1
100+
displayName: Run Unit Tests
101+
inputs:
102+
PathtoPublish: '$(Build.SourcesDirectory)/artifacts/bin/System.Windows.Forms.Tests'
103+
ArtifactName: '$(System.JobName)_Artifacts'
104+
condition: and(eq(variables['System.TeamProject'], 'public'), ne('${{ parameters.targetArchitecture }}', 'arm64'))
105+
106+
99107
# Run Integration Tests
100108
# Tests are run with /m:1 to avoid parallelism across different assemblies which can lead to
101109
# UI race conditions

0 commit comments

Comments
 (0)