Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
merlynomsft committed Oct 17, 2024
1 parent eea1fbc commit 4f3bf56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ parameters:
type: boolean
default: false
- name: includeLocalPackagesBuildConfig
displayName: Flag to build local packages build config
displayName: Flag to update LocalPackages buildconfig (for testing, this will be made default later)
type: boolean
default: false
default: false # note: keep in sync with ci\ci-test-tasks\canary-tests-v2.yml

variables:
- name: currentDate
Expand Down
4 changes: 2 additions & 2 deletions ci/ci-test-tasks/canary-tests-v2.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
parameters:
- name: includeLocalPackagesBuildConfig
displayName: Flag to build local packages build config
displayName: Flag to update LocalPackages buildconfig (for testing, this will be made default later)
type: boolean
default: false # Note: keep in sync with
default: false # Note: keep in sync with /azure-pipelines.yml

variables:
- name: includeLocalPackagesBuildConfigParameter
Expand Down

0 comments on commit 4f3bf56

Please sign in to comment.