Skip to content

Commit 2d03d9f

Browse files
committed
Disable integration tests on PRs to main-vs-deps and above
1 parent 57b748d commit 2d03d9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/pipelines/test-integration-helix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ stages:
3333
buildArguments: -msbuildEngine vs /p:Projects='"$(Build.Repository.LocalPath)\src\VisualStudio\IntegrationTest\IntegrationTestBuildProject.csproj"'
3434

3535
- stage: ${{ parameters.configuration }}_Integration
36+
condition: and(succeeded(), notIn(variables['System.PullRequest.TargetBranchName'], 'main-vs-deps', 'release/dev18.0'))
3637
dependsOn: Windows_${{ parameters.configuration }}_Build
3738
variables:
3839
- name: XUNIT_LOGS

0 commit comments

Comments
 (0)