diff options
author | Rob Mensching <rob@firegiant.com> | 2017-08-20 00:05:08 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-08-20 00:05:08 -0700 |
commit | 4e8be93efc40abd8b5fbb898d20add9aa3a993d6 (patch) | |
tree | aa9d7135a730b116802d8cdadb0868e6bc0de9fd /src | |
parent | 4418bd52f1fca52a0d8d5f5b60abd2fdfc7146bd (diff) | |
download | wix-4e8be93efc40abd8b5fbb898d20add9aa3a993d6.tar.gz wix-4e8be93efc40abd8b5fbb898d20add9aa3a993d6.tar.bz2 wix-4e8be93efc40abd8b5fbb898d20add9aa3a993d6.zip |
Move configuration files to the root
Diffstat (limited to 'src')
-rw-r--r-- | src/nuget.config | 10 | ||||
-rw-r--r-- | src/version.json | 11 |
2 files changed, 0 insertions, 21 deletions
diff --git a/src/nuget.config b/src/nuget.config deleted file mode 100644 index 4e08a1a9..00000000 --- a/src/nuget.config +++ /dev/null | |||
@@ -1,10 +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="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | ||
9 | </packageSources> | ||
10 | </configuration> \ No newline at end of file | ||
diff --git a/src/version.json b/src/version.json deleted file mode 100644 index 5f857771..00000000 --- a/src/version.json +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | { | ||
2 | "version": "4.0", | ||
3 | "publicReleaseRefSpec": [ | ||
4 | "^refs/heads/master$" | ||
5 | ], | ||
6 | "cloudBuild": { | ||
7 | "buildNumber": { | ||
8 | "enabled": true | ||
9 | } | ||
10 | } | ||
11 | } | ||