Skip to content

Commit

Permalink
Enabling Back Compat testing on all HubSDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
jadahiya-MSFT committed Jan 27, 2025
1 parent dfa2890 commit abbbb29
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ resources:
type: git
name: ISS/metaos-hub-sdk
ref: $(AppHostLatestBranch)
- repository: AppHostingSdkV2
type: git
name: ISS/metaos-hub-sdk
ref: $(AppHostV2ReleaseBranch)
- repository: AppHostingSdkV3
type: git
name: ISS/metaos-hub-sdk
ref: $(AppHostV3ReleaseBranch)
- repository: AppHostingSdkV4
type: git
name: ISS/metaos-hub-sdk
Expand Down Expand Up @@ -58,6 +66,8 @@ extends:
sourceRepositoriesToScan:
include:
- repository: AppHostingSdk
- repository: AppHostingSdkV2
- repository: AppHostingSdkV3
- repository: AppHostingSdkV4
- repository: AndroidAppHostingSdk
- repository: IOSAppHostingSdk
Expand Down Expand Up @@ -143,6 +153,16 @@ extends:
AppHostingSdk: AppHostingSdk
versionBranch: 'Latest'

- template: tools/yaml-templates/web-e2e-versions.yml@self
parameters:
AppHostingSdk: AppHostingSdkV2
versionBranch: 'v2'

- template: tools/yaml-templates/web-e2e-versions.yml@self
parameters:
AppHostingSdk: AppHostingSdkV3
versionBranch: 'v3'

- template: tools/yaml-templates/web-e2e-versions.yml@self
parameters:
AppHostingSdk: AppHostingSdkV4
Expand Down

0 comments on commit abbbb29

Please sign in to comment.