summaryrefslogtreecommitdiff
path: root/test/integration/targets/win_psmodule/files/module/template.nuspec
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/win_psmodule/files/module/template.nuspec')
-rw-r--r--test/integration/targets/win_psmodule/files/module/template.nuspec14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/integration/targets/win_psmodule/files/module/template.nuspec b/test/integration/targets/win_psmodule/files/module/template.nuspec
new file mode 100644
index 0000000000..49fc53210f
--- /dev/null
+++ b/test/integration/targets/win_psmodule/files/module/template.nuspec
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
+ <metadata>
+ <id>--- NAME ---</id>
+ <version>--- VERSION ---</version>
+ <authors>Ansible</authors>
+ <owners>Ansible</owners>
+ <requireLicenseAcceptance>false</requireLicenseAcceptance>
+ <description>Test for Ansible win_ps* modules</description>
+ <releaseNotes></releaseNotes>
+ <copyright>Copyright (c) 2019 Ansible, licensed under MIT.</copyright>
+ <tags>PSModule PSIncludes_Function PSFunction_--- FUNCTION --- PSCommand_--- FUNCTION ---</tags>
+ </metadata>
+</package>