Skip to content

Commit

Permalink
appveyor fix nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Beach committed Mar 13, 2017
1 parent a6c8507 commit adc8ecd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,7 @@ module.exports = function(grunt) {
nugetrestore: {
restore: {
src: '<%= srcPath %><%= solutionName %>',
dest: 'packages/',
options: {
msbuildversion: 12
}
dest: 'packages/'
}
},

Expand All @@ -93,8 +90,7 @@ module.exports = function(grunt) {
version: '<%= pkg.version %>',
basePath: '<%= projectName %>/bin/Release',
includeReferencedProjects: true,
excludeEmptyDirectories: true,
verbose: true
excludeEmptyDirectories: true
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"grunt-dotnet-assembly-info": "^1.0.18",
"grunt-msbuild": "^0.3.7",
"grunt-mstest": "^0.1.5",
"grunt-nuget": "~0.1.4",
"grunt-nuget": "^0.1.4",
"grunt-shell": "^1.3.0",
"load-grunt-tasks": "^0.6.0",
"time-grunt": "^1.0.0"
Expand Down

0 comments on commit adc8ecd

Please sign in to comment.