We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab52708 + bcfa333 commit 22ee399Copy full SHA for 22ee399
1 file changed
.azure-pipelines/daily-ci-build.yml
@@ -21,6 +21,7 @@ extends:
21
parameters:
22
pool:
23
name: Azure-Pipelines-1ESPT-ExDShared
24
+ image: ubuntu-latest
25
os: linux
26
sdl:
27
sourceAnalysisPool:
@@ -47,10 +48,16 @@ extends:
47
48
inputs:
49
versionSpec: '3.12'
50
51
+ - task: PipAuthenticate@1
52
+ displayName: Authenticate with Azure Artifacts
53
+ inputs:
54
+ artifactFeeds: "$(System.TeamProject)/GraphDeveloperExperiences_Public"
55
+ onlyAddExtraIndex: false
56
+
57
- script: python -m pip install --upgrade pip
58
displayName: Upgrade pip
59
workingDirectory: $(Build.SourcesDirectory)
60
- - script: pip install -e ".[dev]"
61
+ - script: pip install -r requirements-dev.txt
62
displayName: Install dependencies
63
0 commit comments