Skip to content

Commit

Permalink
push should depend on default
Browse files Browse the repository at this point in the history
  • Loading branch information
TerribleDev committed May 28, 2017
1 parent 2cf9088 commit 7c4354c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 7c4354c

Please sign in to comment.