Skip to content

Commit 914b618

Browse files
authored
Add .npmrc to prevent npmjs usage, even accidentally (#44986)
2 parents 3b9d342 + a63486e commit 914b618

File tree

1 file changed

+5
-0
lines changed
  • test/TestAssets/TestProjects/ProjectWithEsProjReference

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# this file is never used during the tests that test esproj support,
2+
# but is placed here to satisfy compliance rules for NPM usage.
3+
registry=https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/
4+
5+
always-auth=true

0 commit comments

Comments
 (0)