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"?>
|
<?xml version="1.0"?>
|
||||||
<package>
|
<package>
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>PackageStore.Int</id>
|
<id>Build.RuntimeStore</id>
|
||||||
|
<version>$version$</version>
|
||||||
<authors>Microsoft</authors>
|
<authors>Microsoft</authors>
|
||||||
<description>Runtime Package Store for ASP.NET Core, for internal builds</description>
|
<description>Runtime Package Store for ASP.NET Core, for internal builds</description>
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
<file src="*.zip" target="" />
|
<file src="*.zip" target="" />
|
||||||
</files>
|
</files>
|
||||||
</package>
|
</package>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue