We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed2a3d commit 376018bCopy full SHA for 376018b
tools/ci_build/github/azure-pipelines/templates/foundry-local-nuget-packaging.yml
@@ -58,6 +58,16 @@ stages:
58
artifactName: 'onnxruntime-osx'
59
targetPath: '$(Build.BinariesDirectory)/osx'
60
61
+ - task: UsePythonVersion@0
62
+ inputs:
63
+ versionSpec: '3.12'
64
+ addToPath: true
65
+
66
+ - task: PipAuthenticate@1
67
+ displayName: 'Pip Authenticate'
68
69
+ artifactFeeds: 'Lotus'
70
71
- task: PowerShell@2
72
displayName: 'Create osx directories'
73
inputs:
0 commit comments