1
0
mirror of synced 2026-09-10 00:19:38 +00:00
Files
playwright-java/.gitignore
Yury Semikhatsky af4f911fac devops(pipeline): resolve Maven and npm packages from DevDiv_PublicPackages feed
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.
2026-09-03 14:30:48 -07:00

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