Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit ea3dc6f

Browse files
authored
Enable build for beta branch
1 parent 33c7b6e commit ea3dc6f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build/botframework-cli-beta.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ variables:
2222
- template: botframework-cli-version.yml # Template reference ${{ variables.releaseVersion }}
2323
# version: define this in Azure, settable at queue time
2424

25-
# stages:
26-
# - stage: Build
27-
# variables:
28-
# runCodesignValidationInjection: false # Disables the unnecessary injected CodeSign Validation step
29-
# jobs:
30-
# - job:
31-
# steps:
32-
# - script: echo '##vso[task.setvariable variable=_version]${{ variables.releaseVersion }}-beta
33-
# - template: bf-cli-build-test-steps.yml
25+
stages:
26+
- stage: Build
27+
variables:
28+
runCodesignValidationInjection: false # Disables the unnecessary injected CodeSign Validation step
29+
jobs:
30+
- job:
31+
steps:
32+
- script: echo '##vso[task.setvariable variable=_version]${{ variables.releaseVersion }}-beta
33+
- template: bf-cli-build-test-steps.yml

0 commit comments

Comments
 (0)