summaryrefslogtreecommitdiff
path: root/spec/fixtures/packages/nuget/with_package_types.nuspec
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/packages/nuget/with_package_types.nuspec')
-rw-r--r--spec/fixtures/packages/nuget/with_package_types.nuspec14
1 files changed, 14 insertions, 0 deletions
diff --git a/spec/fixtures/packages/nuget/with_package_types.nuspec b/spec/fixtures/packages/nuget/with_package_types.nuspec
new file mode 100644
index 00000000000..b0e61e9d47e
--- /dev/null
+++ b/spec/fixtures/packages/nuget/with_package_types.nuspec
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
+ <metadata>
+ <id>Test.Package</id>
+ <version>3.5.2</version>
+ <authors>Test Author</authors>
+ <owners>Test Owner</owners>
+ <requireLicenseAcceptance>false</requireLicenseAcceptance>
+ <description>Package Description</description>
+ <packageTypes>
+ <packageType name="SymbolsPackage" />
+ </packageTypes>
+ </metadata>
+</package>