Skip to content

Commit 8c4f371

Browse files
Remove exclusion of main-vs-deps for running integration tests
1 parent e3fb7e4 commit 8c4f371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ trigger:
33
branches:
44
include:
55
- main
6+
- main-vs-deps
67
- release/*
78
- features/*
89
- demos/*
910
exclude:
10-
- main-vs-deps
1111
- release/dev17.15-vs-deps
1212
- release/dev18.0
1313
# Since the version of VS on the integration VM images are a moving target,
@@ -21,11 +21,11 @@ pr:
2121
branches:
2222
include:
2323
- main
24+
- main-vs-deps
2425
- release/*
2526
- features/*
2627
- demos/*
2728
exclude:
28-
- main-vs-deps
2929
- release/dev17.15-vs-deps
3030
- release/dev18.0
3131
# Since the version of VS on the integration VM images are a moving target,

0 commit comments

Comments
 (0)