File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,16 @@ stages:
3434 path : ./test/configurations/FluxKustomization.*.Tests.ps1
3535 - job : BuildPublishExtension
3636 pool :
37- vmImage : ' ubuntu-20.04 '
37+ vmImage : ' ubuntu-latest '
3838 displayName : " Build and Publish the Extension Artifact"
3939 variables :
4040 CLI_REPO_PATH : $(Agent.BuildDirectory)/s
4141 EXTENSION_NAME : " k8s-configuration"
4242 steps :
4343 - task : UsePythonVersion@0
44- displayName : ' Use Python 3.6 '
44+ displayName : ' Use Python 3.10 '
4545 inputs :
46- versionSpec : 3.6
46+ versionSpec : 3.10
4747 - bash : |
4848 set -ev
4949 echo "Building extension ${EXTENSION_NAME}..."
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ parameters:
55jobs :
66- job : ${{ parameters.jobName}}
77 pool :
8- vmImage : ' ubuntu-20.04 '
8+ vmImage : ' ubuntu-latest '
99 steps :
1010 - bash : |
1111 echo "Installing helm3"
1919 kubectl version --client
2020 displayName: "Setup the VM with helm3 and kubectl"
2121 - task : UsePythonVersion@0
22- displayName : ' Use Python 3.6 '
22+ displayName : ' Use Python 3.10 '
2323 inputs :
24- versionSpec : 3.6
24+ versionSpec : 3.10
2525 - bash : |
2626 set -ev
2727 echo "Building extension ${EXTENSION_NAME}..."
You can’t perform that action at this time.
0 commit comments