浏览代码

fix nuget publishing

Robin Herbots 10 年之前
父节点
当前提交
0399e41bfc
共有 1 个文件被更改,包括 4 次插入1 次删除
  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: {