Merged PR 10679961: FI changes from GitHub

## What
Regular FI changes from GitHub to sync the latest changes.
This commit is contained in:
Tian Liao ☕ 2024-04-29 09:35:14 +00:00
commit d6140d237d

View file

@ -15,6 +15,17 @@ variables:
name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'
parameters:
- name: publishStore
displayName: Publish and flight the package on Store
type: boolean
default: true
- name: publishVPack
displayName: Publish as undocked inbox app via VPack
type: boolean
default: true
resources:
repositories:
- repository: 1esPipelines
@ -83,5 +94,7 @@ extends:
signBundle: true
createStoreBrokerPackages: true
- ${{ if eq(parameters.publishStore, true) }}:
- template: /build/pipelines/templates/release-store.yaml@self
- ${{ if eq(parameters.publishVPack, true) }}:
- template: /build/pipelines/templates/release-vpack.yaml@self