Explicitly install python (#5833)
Looks like the latest windows image failed to have python installed. So explicitly installing it.
This commit is contained in:
parent
4dd4b18af9
commit
c32fd0dc80
@ -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\<username>\source\repos\<project>. That is 34 characters before project.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user