diff options
author | Rob Mensching <rob@firegiant.com> | 2021-02-28 17:06:38 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-02-28 17:10:06 -0800 |
commit | dd7352c2a04e66f325d34cf41d4b8ce3d6c0a815 (patch) | |
tree | 2e4979faf227231057bdf2c477be7867e6d115e6 /src/wixext | |
parent | b3fdc47eec3baa4a18b5fda707bb975f72d4be42 (diff) | |
download | wix-dd7352c2a04e66f325d34cf41d4b8ce3d6c0a815.tar.gz wix-dd7352c2a04e66f325d34cf41d4b8ce3d6c0a815.tar.bz2 wix-dd7352c2a04e66f325d34cf41d4b8ce3d6c0a815.zip |
Update to latest build process to simplify build of .snupkg
Diffstat (limited to 'src/wixext')
-rw-r--r-- | src/wixext/WixToolset.Util.wixext.nuspec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wixext/WixToolset.Util.wixext.nuspec b/src/wixext/WixToolset.Util.wixext.nuspec index bf9e6fc2..43d461e7 100644 --- a/src/wixext/WixToolset.Util.wixext.nuspec +++ b/src/wixext/WixToolset.Util.wixext.nuspec | |||
@@ -3,14 +3,13 @@ | |||
3 | <metadata minClientVersion="4.0"> | 3 | <metadata minClientVersion="4.0"> |
4 | <id>$id$</id> | 4 | <id>$id$</id> |
5 | <version>$version$</version> | 5 | <version>$version$</version> |
6 | <title>$title$</title> | ||
7 | <description>$description$</description> | ||
6 | <authors>$authors$</authors> | 8 | <authors>$authors$</authors> |
7 | <owners>$authors$</owners> | ||
8 | <license type="expression">MS-RL</license> | 9 | <license type="expression">MS-RL</license> |
9 | <projectUrl>https://github.com/wixtoolset/Util.wixext</projectUrl> | ||
10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | 10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
11 | <title>$title$</title> | ||
12 | <description>$description$</description> | ||
13 | <copyright>$copyright$</copyright> | 11 | <copyright>$copyright$</copyright> |
12 | <projectUrl>$projectUrl$</projectUrl> | ||
14 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> | 13 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> |
15 | </metadata> | 14 | </metadata> |
16 | 15 | ||
@@ -20,6 +19,7 @@ | |||
20 | <file src="netstandard2.0\$id$.dll" target="tools" /> | 19 | <file src="netstandard2.0\$id$.dll" target="tools" /> |
21 | 20 | ||
22 | <file src="ARM64\*.pdb" target="pdbs\ARM64" /> | 21 | <file src="ARM64\*.pdb" target="pdbs\ARM64" /> |
22 | <file src="Win32\*.pdb" target="pdbs\Win32" /> | ||
23 | <file src="x86\*.pdb" target="pdbs\x86" /> | 23 | <file src="x86\*.pdb" target="pdbs\x86" /> |
24 | <file src="x64\*.pdb" target="pdbs\x64" /> | 24 | <file src="x64\*.pdb" target="pdbs\x64" /> |
25 | </files> | 25 | </files> |