Skip to content

Conversation

@bschnurr
Copy link
Member

@bschnurr bschnurr commented Dec 12, 2025

reused debugpy's python feed

@bschnurr bschnurr added the debt Technical debt or repo cleanup label Dec 12, 2025
@bschnurr bschnurr changed the title Test python use internal feeds for python and nuget Dec 12, 2025
- task: PipAuthenticate@1
displayName: 'Pip Authenticate'
inputs:
artifactFeeds: 'DevDiv/debugpy'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use 'debugpy' feed for python

<packageSources>
<!-- Limit to one feed per 1ES guidance -->
<clear />
<add key="VS-CoreXtFeeds" value="https://pkgs.dev.azure.com/devdiv/_packaging/VS-CoreXtFeeds/nuget/v3/index.json" protocolVersion="3" />
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use a internal feed for nuget packages related to signing

"format-check": "prettier --check 'src/**/*.ts' 'build/**/*.yml' '.github/**/*.yml'",
"fix-format": "prettier --write 'src/**/*.ts' 'build/**/*.yml' '.github/**/*.yml'",
"format-check": "prettier --check \"src/**/*.ts\" \"build/**/*.yml\" \".github/**/*.yml\"",
"fix-format": "prettier --write \"src/**/*.ts\" \"build/**/*.yml\" \".github/**/*.yml\"",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change quotes to better work for both linux and windows

@bschnurr bschnurr marked this pull request as ready for review December 13, 2025 00:01
@bschnurr bschnurr merged commit 28fcdc5 into main Dec 13, 2025
20 of 21 checks passed
@bschnurr bschnurr deleted the test-python branch December 13, 2025 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

debt Technical debt or repo cleanup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants