Skip to content

Commit

Permalink
fixing build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
sayedihashimi committed Apr 3, 2016
1 parent e9e0e46 commit d3455f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Expand Up @@ -14,7 +14,7 @@ param(

[Parameter(ParameterSetName='build',Position=4)]
[Parameter(ParameterSetName='install',Position=1)]
[string]$dotnetNugetFeedSource='https://dotnet.myget.org/f/dotnet-cli',
[string]$dotnetNugetFeedSource=$null,

[Parameter(ParameterSetName='build',Position=5)]
[Parameter(ParameterSetName='install',Position=2)]
Expand Down

0 comments on commit d3455f4

Please sign in to comment.