af4f911fac
Route all package downloads in the release pipeline through the DevDiv_PublicPackages Azure Artifacts feed, as required by SFI-ES4.2.4: - Maven: a pipeline-only settings.xml mirrors central to the feed and MavenAuthenticate@0 supplies credentials. The published poms and public CI keep using Maven Central. - npm: the pipeline writes .npmrc pointing at the feed and runs npmAuthenticate@0. download_driver.sh now runs npm from the repository root and uses `npm pack` instead of a hard-coded registry.npmjs.org URL, so the configured registry is used for both the gitHead lookup and the playwright-core tarball. - Skip the release-branch check on manual runs and gate the ESRP publish job on v1.* tags so the feed setup can be exercised by hand.
25 lines
191 B
Plaintext
25 lines
191 B
Plaintext
# Compiled class file
|
|
*.class
|
|
|
|
# Log file
|
|
*.log
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.zip
|
|
*.tar.gz
|
|
|
|
# Maven output dir
|
|
target/
|
|
.project
|
|
.classpath
|
|
.settings
|
|
.DS_Store
|
|
*.swp
|
|
.vscode
|
|
|
|
.idea
|
|
*.iml
|
|
|
|
.npmrc
|