Simplify chocolatey build
This commit is contained in:
parent
bcabaa61e2
commit
83156be8af
|
@ -877,11 +877,10 @@
|
||||||
|
|
||||||
<!-- chocolatey pack and push -->
|
<!-- chocolatey pack and push -->
|
||||||
<exec executable="chocolatey" dir="${dir.dist}/chocolatey" failonerror="true">
|
<exec executable="chocolatey" dir="${dir.dist}/chocolatey" failonerror="true">
|
||||||
<arg value="pack" />
|
<arg line="pack" />
|
||||||
</exec>
|
</exec>
|
||||||
<exec executable="chocolatey" dir="${dir.dist}/chocolatey" failonerror="true">
|
<exec executable="chocolatey" dir="${dir.dist}/chocolatey" failonerror="true">
|
||||||
<arg value="push" />
|
<arg line="push ${package.name}.${version}.nupkg" />
|
||||||
<arg value="${dir.dist}/chocolatey/${package.name}.${version}.nupkg" />
|
|
||||||
</exec>
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue