@@ -6,16 +6,16 @@ module.exports = function (grunt) {
66 util = require ( 'util' ) ,
77 os = node_os . platform ( ) === 'win32' ? 'win' : 'linux' ,
88 nuget_builds = [
9- { "Name" : "SocketIoClientDotNet.net35" , "NuGetDir" : "net35" } ,
10- { "Name" : "SocketIoClientDotNet.net40" , "NuGetDir" : "net40" } ,
11- { "Name" : "SocketIoClientDotNet.net45" , "NuGetDir" : "net45" } ,
12- { "Name" : "SocketIoClientDotNet.windowsphone8" , "NuGetDir" : "windowsphone8" } ,
9+ { "Name" : "SocketIoClientDotNet.net35" , "NuGetDir" : "net35" , "SourceDir" : "net35" } ,
10+ { "Name" : "SocketIoClientDotNet.net40" , "NuGetDir" : "net40" , "SourceDir" : "net40" } ,
11+ { "Name" : "SocketIoClientDotNet.net45" , "NuGetDir" : "net45" , "SourceDir" : "net45" } ,
12+ { "Name" : "SocketIoClientDotNet.windowsphone8" , "NuGetDir" : "windowsphone8" , "SourceDir" : "windowsphone8" } ,
1313 { "Name" : "SocketIoClientDotNet.Xamarin-iOS" , "NuGetDir" : "xamarinios10" , "SourceDir" : "xamarinios10" } ,
1414 { "Name" : "SocketIoClientDotNet.Xamarin-MonoTouch" , "NuGetDir" : "monotouch10" , "SourceDir" : "monotouch10" } ,
1515 { "Name" : "SocketIoClientDotNet.Xamarin-Android" , "NuGetDir" : "monoandroid10" , "SourceDir" : "" , copyOnly : true } ,
16- { "Name" : "SocketIoClientDotNet.netcore45" , "NuGetDir" : "netcore45" } ,
17- { "Name" : "SocketIoClientDotNet.portable-wpa81+wp81" , "NuGetDir" : "portable-wpa81+wp81" } ,
18- { "Name" : "SocketIoClientDotNet.portable-win81+wpa81" , "NuGetDir" : "portable-win81+wpa81" }
16+ { "Name" : "SocketIoClientDotNet.netcore45" , "NuGetDir" : "netcore45" , "SourceDir" : "" , copyOnly : true } ,
17+ { "Name" : "SocketIoClientDotNet.portable-wpa81+wp81" , "NuGetDir" : "portable-wpa81+wp81" , "SourceDir" : "" , copyOnly : true } ,
18+ { "Name" : "SocketIoClientDotNet.portable-win81+wpa81" , "NuGetDir" : "portable-win81+wpa81" , "SourceDir" : "" }
1919 ] ;
2020
2121 grunt . log . writeln ( util . inspect ( config ) ) ;
0 commit comments