We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f76f2 commit e383da5Copy full SHA for e383da5
ci/ci-test-tasks/canary-tests-v2.yml
@@ -6,7 +6,7 @@ parameters:
6
7
variables:
8
- name: includeLocalPackagesBuildConfigParameter
9
- ${{ if eq(parameters.includeLocalPackagesBuildConfig, true) }}:
+ ${{ if eq(parameters.includeLocalPackagesBuildConfig, true) }}:
10
value: '--includeLocalPackagesBuildConfig'
11
${{ else }}:
12
value: ''
@@ -24,7 +24,7 @@ jobs:
24
- job: detect_changes
25
displayName: Detect changes
26
pool:
27
- vmImage: ubuntu-20.04
+ vmImage: ubuntu-22.04
28
steps:
29
- script: |
30
git fetch origin master
0 commit comments