diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-09-24 15:06:23 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-09-24 15:06:23 -0700 |
| commit | feea62d5bd1f90bb012cb7cf2c84c9703f6568b2 (patch) | |
| tree | 32d1c19a68b6db70af0ca34d2b3509a1b642b220 /src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.nuspec | |
| parent | 2df223aa79242822bba2c22dd842d8b5fc94c04d (diff) | |
| download | wix-feea62d5bd1f90bb012cb7cf2c84c9703f6568b2.tar.gz wix-feea62d5bd1f90bb012cb7cf2c84c9703f6568b2.tar.bz2 wix-feea62d5bd1f90bb012cb7cf2c84c9703f6568b2.zip | |
Publish Core tools for internal use
Diffstat (limited to 'src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.nuspec')
| -rw-r--r-- | src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.nuspec | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.nuspec b/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.nuspec new file mode 100644 index 00000000..5879b7a5 --- /dev/null +++ b/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.nuspec | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
| 3 | <metadata> | ||
| 4 | <id>$id$</id> | ||
| 5 | <version>$version$</version> | ||
| 6 | <authors>$authors$</authors> | ||
| 7 | <owners>$authors$</owners> | ||
| 8 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
| 9 | <description>$description$</description> | ||
| 10 | <copyright>$copyright$</copyright> | ||
| 11 | </metadata> | ||
| 12 | |||
| 13 | <files> | ||
| 14 | <file src="redirects\wix.props" target="build" /> | ||
| 15 | |||
| 16 | <file src="redirects\wix.targets" target="msbuild" /> | ||
| 17 | <file src="redirects\wix.ca.targets" target="msbuild" /> | ||
| 18 | |||
| 19 | <file src="*" target="tools" /> | ||
| 20 | </files> | ||
| 21 | </package> | ||
