You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/win_chocolatey/files/package.nuspec

14 lines
413 B
Plaintext

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>--- NAME ---</id>
<version>--- VERSION ---</version>
<title>--- NAME ---</title>
<authors>Jordan Borean</authors>
<description>Test for win_chocolatey module</description>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>