Skip to content

Commit

Permalink
fix(nuget): fix nuget push task
Browse files Browse the repository at this point in the history
  • Loading branch information
seriema committed May 21, 2014
1 parent bc5765a commit e77e6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ module.exports = function (grunt) {

nugetpush: {
dist: {
src: 'nuget/Angular-ApiMock.nupkg'
src: 'nuget/Angular-ApiMock.<%= yeoman.version %>.nupkg'
}
},

Expand Down

0 comments on commit e77e6e7

Please sign in to comment.