This repository was archived by the owner on Feb 13, 2025. It is now read-only.
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ trigger: none
21
21
22
22
variables :
23
23
- name : CDP_DEFINITION_BUILD_COUNT
24
- value : $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
24
+ value : $[counter('', 0)] # needed for onebranch.pipeline.version task
25
25
- name : LinuxContainerImage
26
- value : mcr.microsoft.com/onebranch/cbl-mariner/build:2.0 # Docker image which is used to build the project https://aka.ms/obpipelines/containers
26
+ value : mcr.microsoft.com/onebranch/cbl-mariner/build:2.0 # Docker image which is used to build the project
27
27
- name : DEBIAN_FRONTEND
28
28
value : noninteractive
29
29
- group : poolNames
@@ -36,7 +36,7 @@ resources:
36
36
ref : refs/heads/main
37
37
38
38
extends :
39
- template : v2/OneBranch.Official.CrossPlat.yml@templates # https://aka.ms/obpipelines/templates
39
+ template : v2/OneBranch.Official.CrossPlat.yml@templates
40
40
parameters :
41
41
git :
42
42
fetchDepth : 1
@@ -45,7 +45,7 @@ extends:
45
45
retryCount : 3
46
46
# we don't use this and some of our agents doesn't have the feature installed
47
47
lfs : false
48
- cloudvault : # https://aka.ms/obpipelines/cloudvault
48
+ cloudvault :
49
49
enabled : false # set to true to enable cloudvault
50
50
runmode : stage # linux can run CloudVault upload as a separate stage
51
51
dependsOn : linux_build
@@ -94,4 +94,4 @@ extends:
94
94
- template : /.pipelines/templates/releaseBuildAndPushStage.yml@self
95
95
parameters :
96
96
channel : lts
97
- release : ${{ parameters.release }}
97
+ release : ${{ parameters.release }}
Original file line number Diff line number Diff line change @@ -165,4 +165,4 @@ jobs:
165
165
Write-Host "##vso[artifact.upload containerfolder=${artifactName};artifactname=${artifactName}]${env:SNAP_TARGZ}"
166
166
displayName: Publish tar.gz Artifact - $(channel)
167
167
condition: succeeded()
168
- continueOnError: true
168
+ continueOnError: true
You can’t perform that action at this time.
0 commit comments