From c32fd0dc80784ba47ee58f7785eaed9cd4346df5 Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Mon, 22 Jul 2024 15:19:42 -0700 Subject: [PATCH] Explicitly install python (#5833) Looks like the latest windows image failed to have python installed. So explicitly installing it. --- eng/pipelines/templates/jobs/archetype-sdk-client.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eng/pipelines/templates/jobs/archetype-sdk-client.yml b/eng/pipelines/templates/jobs/archetype-sdk-client.yml index 8b50977a7..e29156676 100644 --- a/eng/pipelines/templates/jobs/archetype-sdk-client.yml +++ b/eng/pipelines/templates/jobs/archetype-sdk-client.yml @@ -157,6 +157,10 @@ jobs: parameters: ContinueOnError: false + # Install Python on the machine for verify-path-length script. + - task: UsePythonVersion@0 + displayName: Install Python Version + # Base Path Length calculated based on Visual Studio's defaults for projects. # By default, Visual Studio puts projects in a folder structure like this: # C:\Users\\source\repos\. That is 34 characters before project.