diff options
author | Rob Mensching <rob@firegiant.com> | 2022-02-23 17:49:50 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-02-23 18:33:52 -0800 |
commit | 82bfd1218699a08c8d9cd775fc9e3eef3ec519a2 (patch) | |
tree | 75ba1cf7a63dea85fc51ff1a6557d12854b34f53 /src/nuget.config | |
parent | a19f847fe38ad9df88a0dc61ec2caa8ea0cd507f (diff) | |
download | wix-82bfd1218699a08c8d9cd775fc9e3eef3ec519a2.tar.gz wix-82bfd1218699a08c8d9cd775fc9e3eef3ec519a2.tar.bz2 wix-82bfd1218699a08c8d9cd775fc9e3eef3ec519a2.zip |
Move nuget.config, global.json and Directory.Packages.props to root
Putting these files in the root means they can be used by the test
projects support projects that get copied to the `build` folder.
Diffstat (limited to 'src/nuget.config')
-rw-r--r-- | src/nuget.config | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/nuget.config b/src/nuget.config deleted file mode 100644 index c2f68b16..00000000 --- a/src/nuget.config +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <configuration> | ||
3 | <config> | ||
4 | <add key="repositoryPath" value="..\packages" /> | ||
5 | </config> | ||
6 | <packageSources> | ||
7 | <clear /> | ||
8 | <add key="nuget" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | ||
9 | <add key="build" value="..\build\artifacts" /> | ||
10 | <!-- <add key="github" value="https://nuget.pkg.github.com/wixtoolset/UnifiedTest1/index.json" /> --> | ||
11 | </packageSources> | ||
12 | </configuration> | ||