Skip to content

Commit f4f26fd

Browse files
authored
Merge pull request #71151 from sharwell/integration-no-sign
Skip the signing step in integration tests
2 parents 376b78a + 2a09878 commit f4f26fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/test-integration-job.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ steps:
2727
displayName: Build and Test
2828
inputs:
2929
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 }}
30+
arguments: -ci -restore -build -pack -publish -binaryLog -configuration ${{ parameters.configuration }} -prepareMachine -testVsi -oop64bit:$${{ parameters.oop64bit }} -oopCoreClr:$${{ parameters.oopCoreClr }} -collectDumps -lspEditor:$${{ parameters.lspEditor }}
3131

3232
- task: PublishTestResults@2
3333
displayName: Publish xUnit Test Results

0 commit comments

Comments
 (0)