Skip to content

Instantly share code, notes, and snippets.

@arjabbar
Created May 18, 2018 21:38
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 arjabbar/f0309bde535fc86c04662072c1150728 to your computer and use it in GitHub Desktop.
Save arjabbar/f0309bde535fc86c04662072c1150728 to your computer and use it in GitHub Desktop.
CSR Portal generated nuspec from Jenkinsfile
<?xml version="1.0"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>csrportal-webapp</id>
<version>2.0.0</version>
<authors>ElectSolve</authors>
<licenseUrl>https://electsolve.com/EULA</licenseUrl>
<projectUrl>http://portal.kiln.url</projectUrl>
<description>Stuff loaded from the README.md</description>
<releaseNotes>
Stuff pulled from the CHANGELOG.md
</releaseNotes>
<tags>portal ucentra electsolve</tags>
<dependencies>
<dependency id="ucentrainstaller.extension" />
<dependency id="mdmportal-database" version="2.0.1" />
<dependency id="aspnetdb-database" />
<dependency id="mdmservices-webapp" />
</dependencies>
</metadata>
<files>
<file src="..\..\build\Bottles.dll" target="lib" />
</files>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment