Nuget pack requires a version attribute

Even when you override with -Version on the command line.
This commit is contained in:
John Luo 2017-04-15 00:59:33 -07:00 committed by GitHub
parent b19a46f3c2
commit 04c86c65b6
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>PackageStore.Int</id>
<id>Build.RuntimeStore</id>
<version>$version$</version>
<authors>Microsoft</authors>
<description>Runtime Package Store for ASP.NET Core, for internal builds</description>
</metadata>
<files>
<file src="*.zip" target="" />
</files>
</package>
</package>