We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2113e commit 3ad6fe3Copy full SHA for 3ad6fe3
bower.json
build.msbuild
@@ -9,6 +9,7 @@
9
<ReadLinesFromFile File="@(VersionFile)">
10
<Output TaskParameter="Lines" PropertyName="PackageVersion"/>
11
</ReadLinesFromFile>
12
+ <Exec Command="npm install" />
13
<Exec Command="npm version --no-git-tag-version --allow-same-version $(PackageVersion)" />
14
<Exec Command="gulp" />
15
<Exec Command="nuget pack $(NuspecPath) -Version $(PackageVersion)" />
version.props
@@ -1 +1 @@
1
-3.2.7
+3.2.9
0 commit comments