Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jadahiya-MSFT committed Nov 7, 2024
1 parent ac2d21f commit 3b668d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ extends:
- template: tools/yaml-templates/web-e2e-versions.yml@self
parameters:
AppHostingSdk: AppHostingSdkV4
versionBranch: 'v4.*'
versionBranch: 'v4'

- job: E2ETestCDN
displayName: 'E2E Tests - CDN (only runs on release builds)'
Expand Down
6 changes: 3 additions & 3 deletions tools/yaml-templates/web-e2e-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ jobs:
hostingEnvironmentType: 'standardWeb'
teamsJsReferenceType: 'npm'
testPrefixPatternGroups: ['{[0-9],[A-D],[a-d]}', '{[E],[e]}', '{[F-M],[f-m]}', '{[N-Z],[n-z]}']
versionBranch: parameters.versionBranch
versionBranch: versionBranch

- template: web-e2e-tests-job.yml@self
parameters:
AppHostingSdk: AppHostingSdk
hostingEnvironmentType: 'standardWeb'
teamsJsReferenceType: 'scriptTag'
testPrefixPatternGroups: ['{[0-9],[A-D],[a-d]}', '{[E],[e]}', '{[F-M],[f-m]}', '{[N-Z],[n-z]}']
versionBranch: paramets.versionBranch
versionBranch: versionBranch

- template: web-e2e-tests-job.yml@self
parameters:
AppHostingSdk: AppHostingSdk
hostingEnvironmentType: 'electron'
teamsJsReferenceType: 'npm'
versionBranch: parameters.versionBranch
versionBranch: versionBranch

0 comments on commit 3b668d4

Please sign in to comment.