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 0da8b75 commit 4f2ef31Copy full SHA for 4f2ef31
azure-pipelines-rpi.yml
@@ -82,7 +82,7 @@ stages:
82
- job: Push_to_SWDownloads
83
condition: and(
84
succeeded(),
85
- or(eq(variables['Build.SourceBranch'], 'refs/heads/rpi-6.1.y'),
+ or(eq(variables['Build.SourceBranch'], 'refs/heads/rpi-6.12.y'),
86
eq(variables['Build.SourceBranch'], 'refs/heads/rpi-6.6.y'))
87
)
88
pool:
@@ -103,7 +103,7 @@ stages:
103
- job: Push_to_Artifactory
104
105
106
107
108
109
0 commit comments