We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 376b78a + 2a09878 commit f4f26fdCopy full SHA for f4f26fd
eng/pipelines/test-integration-job.yml
@@ -27,7 +27,7 @@ steps:
27
displayName: Build and Test
28
inputs:
29
filePath: eng/build.ps1
30
- arguments: -ci -restore -build -pack -sign -publish -binaryLog -configuration ${{ parameters.configuration }} -prepareMachine -testVsi -oop64bit:$${{ parameters.oop64bit }} -oopCoreClr:$${{ parameters.oopCoreClr }} -collectDumps -lspEditor:$${{ parameters.lspEditor }}
+ arguments: -ci -restore -build -pack -publish -binaryLog -configuration ${{ parameters.configuration }} -prepareMachine -testVsi -oop64bit:$${{ parameters.oop64bit }} -oopCoreClr:$${{ parameters.oopCoreClr }} -collectDumps -lspEditor:$${{ parameters.lspEditor }}
31
32
- task: PublishTestResults@2
33
displayName: Publish xUnit Test Results
0 commit comments