Nuget pack requires a version attribute
Even when you override with -Version on the command line.
This commit is contained in:
parent
b19a46f3c2
commit
04c86c65b6
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue