Skip to content

Commit 8c399f1

Browse files
committed
try disable pipauth
1 parent c6c018b commit 8c399f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/templates/setup.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ steps:
1313
checkLatest: true
1414
displayName: Select Node 22 LTS
1515

16-
- task: PipAuthenticate@1
17-
displayName: 'Pip Authenticate'
18-
inputs:
19-
artifactFeeds: 'DevDiv/debugpy'
16+
# - task: PipAuthenticate@1
17+
# displayName: 'Pip Authenticate'
18+
# inputs:
19+
# artifactFeeds: 'DevDiv/debugpy'
2020

2121
- task: UsePythonVersion@0
2222
inputs:

0 commit comments

Comments
 (0)