File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- 2.3.3
1+ 2.3.4
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments