diff options
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index a4dfeac..c2c38fc 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -48,7 +48,7 @@ gulp.task('nuget', ['build'], ()=>{ }, {read:false}); -gulp.task('push', ['nuget'], ()=>{ +gulp.task('push', ['default'], ()=>{ return gulp.src('output/**/*.nupkg') .pipe(push({ |