File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ extends:
2121 parameters :
2222 pool :
2323 name : Azure-Pipelines-1ESPT-ExDShared
24+ image : ubuntu-latest
2425 os : linux
2526 sdl :
2627 sourceAnalysisPool :
@@ -47,11 +48,17 @@ extends:
4748 inputs :
4849 versionSpec : ' 3.12'
4950
51+ - task : PipAuthenticate@1
52+ displayName : Authenticate with Azure Artifacts
53+ inputs :
54+ artifactFeeds : Graph Developer Experiences/GraphDeveloperExperiences_Public
55+ onlyAddExtraIndex : false
56+
5057 - script : python -m pip install --upgrade pip
5158 displayName : Upgrade pip
5259 workingDirectory : $(Build.SourcesDirectory)
5360
54- - script : pip install -e ".[ dev]"
61+ - script : pip install -r requirements- dev.txt
5562 displayName : Install dependencies
5663 workingDirectory : $(Build.SourcesDirectory)
5764
Original file line number Diff line number Diff line change 1- -i https://pypi.org/simple
21
32async-generator == 1.10 ; python_version >= '3.5'
43
You can’t perform that action at this time.
0 commit comments