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