Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/spa-templates.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eng/common/sdl/NuGet.config')
-rw-r--r--eng/common/sdl/NuGet.config18
1 files changed, 0 insertions, 18 deletions
diff --git a/eng/common/sdl/NuGet.config b/eng/common/sdl/NuGet.config
deleted file mode 100644
index 3849bdb..0000000
--- a/eng/common/sdl/NuGet.config
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <solution>
- <add key="disableSourceControlIntegration" value="true" />
- </solution>
- <packageSources>
- <clear />
- <add key="guardian" value="https://securitytools.pkgs.visualstudio.com/_packaging/Guardian/nuget/v3/index.json" />
- </packageSources>
- <packageSourceMapping>
- <packageSource key="guardian">
- <package pattern="microsoft.guardian.cli" />
- </packageSource>
- </packageSourceMapping>
- <disabledPackageSources>
- <clear />
- </disabledPackageSources>
-</configuration>