Browse Source

fix nuget publishing

Robin Herbots 10 years ago
parent
commit
0399e41bfc
1 changed files with 4 additions and 1 deletions
  1. 4 1
      Gruntfile.js

+ 4 - 1
Gruntfile.js

@@ -108,7 +108,10 @@ module.exports = function(grunt) {
 		},
 		nugetpush: {
 			dist: {
-				src: 'dist/jQuery.InputMask.<%= pkg.version %>.nupkg'
+				src: 'dist/jQuery.InputMask.<%= pkg.version %>.nupkg',
+				options: {
+						source: "https://www.nuget.org"
+				}
 			}
 		},
 		shell: {