Skip to content

Commit

Permalink
merge with upstream repo
Browse files Browse the repository at this point in the history
  • Loading branch information
stefann42 committed Jan 18, 2018
2 parents 7c5ab7a + 29be30b commit ee3a414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
TOOLS = File.expand_path("tools")
NUGET = File.expand_path("#{TOOLS}/nuget")
NUGET_EXE = File.expand_path("#{TOOLS}/nuget/nuget.exe")
@version = "2.18.0"
@version = "2.19.0"
PROJECTS = Dir.glob('src/*').select{|dir| File.directory? dir }

desc 'Retrieve things'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ private string ComposeAuthorizationEndpoint(AuthenticationProperties properties)

// if AuthenticationProperties for this session specifies an environment property
// it should take precedence over the value in AuthenticationOptions
string environmentProperty = null; ;
string environmentProperty = null;
if (properties.Dictionary.TryGetValue(Constants.EnvironmentAuthenticationProperty, out environmentProperty)) {
endpoint =
environmentProperty == Constants.SandboxEnvironment ?
Expand Down

0 comments on commit ee3a414

Please sign in to comment.