Skip to content

Commit 89f4a54

Browse files
committed
Add .npmrc to prevent npmjs usage, even accidentally
The esproj tests don't run npm, but due to compliance requirements we cannot have any potential useage of npmjs.org directly
1 parent 3b9d342 commit 89f4a54

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 compilance 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)