diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-22 16:58:03 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-04-29 16:36:05 -0700 |
commit | 9c2aed97299fb96aeee3f1471ce40225437aaecf (patch) | |
tree | fb871916c7878eecbcdf866d7d4b2fea5c0401c9 /nuget.config | |
parent | b6c44ffcf2ef7a706598fe218523ec377e96cc47 (diff) | |
download | wix-9c2aed97299fb96aeee3f1471ce40225437aaecf.tar.gz wix-9c2aed97299fb96aeee3f1471ce40225437aaecf.tar.bz2 wix-9c2aed97299fb96aeee3f1471ce40225437aaecf.zip |
Integrate new build scripts with signing support
Diffstat (limited to 'nuget.config')
-rw-r--r-- | nuget.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nuget.config b/nuget.config index 405367b4..237c522e 100644 --- a/nuget.config +++ b/nuget.config | |||
@@ -4,6 +4,7 @@ | |||
4 | <clear /> | 4 | <clear /> |
5 | <add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" /> | 5 | <add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" /> |
6 | <add key="wixtoolset-dutil" value="https://ci.appveyor.com/nuget/wixtoolset-dutil" /> | 6 | <add key="wixtoolset-dutil" value="https://ci.appveyor.com/nuget/wixtoolset-dutil" /> |
7 | <add key="wixtoolset-balutil" value="https://ci.appveyor.com/nuget/wixtoolset-balutil" /> | ||
7 | <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | 8 | <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> |
8 | </packageSources> | 9 | </packageSources> |
9 | </configuration> \ No newline at end of file | 10 | </configuration> |