Created
May 18, 2018 21:38
-
-
Save arjabbar/f0309bde535fc86c04662072c1150728 to your computer and use it in GitHub Desktop.
CSR Portal generated nuspec from Jenkinsfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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