Skip to content

Instantly share code, notes, and snippets.

@ianrathbone
Created March 25, 2021 15:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianrathbone/3964538233542c0a822bf4f8709c214c to your computer and use it in GitHub Desktop.
Save ianrathbone/3964538233542c0a822bf4f8709c214c to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ARM.TemplateName</id>
<version>1.0.0</version>
<title />
<authors>THIS IS YOU</authors>
<owners />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Something something ARM.</description>
</metadata>
<files>
<file src="azuredeploy.json" exclude="**\bin\**\*.*" target="azuredeploy.json" />
<file src="azuredeploy.parameters.json" exclude="**\bin\**\*.*" target="azuredeploy.parameters.json" />
</files>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment