Skip to content

Commit efafc83

Browse files
committed
Restore
1 parent 69b7449 commit efafc83

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.3
1+
2.3.4

build.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ jobs:
6767
$repo = '$(Build.Repository.Name)'.Split('/')[-1]
6868
Write-Host "##vso[task.setvariable variable=repo]$repo"
6969
70-
- script: |
71-
chmod -R a+rX .
72-
displayName: Fix file permissions for Docker containers
73-
7470
- task: PowerShell@2
7571
displayName: Set variables
7672
inputs:
@@ -131,6 +127,11 @@ jobs:
131127
Write-Host "##vso[task.setvariable variable=targetFramework;]$csprojVersion"
132128
condition: and(succeeded(), eq('${{ parameters.framework }}', 'net'))
133129

130+
- task: HelmInstaller@1
131+
displayName: Install Helm
132+
inputs:
133+
helmVersionToInstall: 'latest'
134+
134135
- script: |
135136
helm dependency update $(helmChartPath)
136137
helm lint $(helmChartPath)

0 commit comments

Comments
 (0)