diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-12-31 16:20:11 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-01-01 10:24:08 -0600 |
commit | 5be795c6bcbc03bc37f7cf7c758298ccfaa884ca (patch) | |
tree | f13c40af4a20cfbffaa474e656e145cdda16919e /src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.nuspec | |
parent | 37790ecdc4509d6dd3533933bb9131823f98a0ed (diff) | |
download | wix-5be795c6bcbc03bc37f7cf7c758298ccfaa884ca.tar.gz wix-5be795c6bcbc03bc37f7cf7c758298ccfaa884ca.tar.bz2 wix-5be795c6bcbc03bc37f7cf7c758298ccfaa884ca.zip |
Remove warnings and make sure more don't creep in.
Tests are not run inside of traversal projects so that skipped test warnings don't fail the build.
Diffstat (limited to 'src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.nuspec')
-rw-r--r-- | src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.nuspec | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.nuspec b/src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.nuspec deleted file mode 100644 index 1dcdb78c..00000000 --- a/src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.nuspec +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
3 | <metadata minClientVersion="4.0"> | ||
4 | <id>$id$</id> | ||
5 | <version>$version$</version> | ||
6 | <title>$title$</title> | ||
7 | <description>$description$</description> | ||
8 | <authors>$authors$</authors> | ||
9 | <license type="expression">MS-RL</license> | ||
10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
11 | <copyright>$copyright$</copyright> | ||
12 | <projectUrl>$projectUrl$</projectUrl> | ||
13 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> | ||
14 | <dependencies> | ||
15 | <group targetFramework=".NETFramework4.7.2" /> | ||
16 | </dependencies> | ||
17 | </metadata> | ||
18 | |||
19 | <files> | ||
20 | <file src="$projectFolder$\build\$id$.props" target="build" /> | ||
21 | <file src="$projectFolder$\build\$id$.targets" target="build" /> | ||
22 | |||
23 | <file src="..\x86\$id$.dll" target="lib\net472" /> | ||
24 | <file src="..\x86\$id$.pdb" target="lib\net472" /> | ||
25 | </files> | ||
26 | </package> | ||