Skip to content

Commit

Permalink
,
Browse files Browse the repository at this point in the history
  • Loading branch information
ravensorb committed Jun 3, 2016
1 parent 992942c commit 148a944
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions psake.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ $properties = @{
"updateNuspecFile" = $updateNuspecFile;

# The name or ip address of the Mac that is running the Xamarin build agent
"macAgentServerAddress" = $null; #"10.0.1.139"
"macAgentServerAddress" = $null;

# The user name to use to authentice for the Xamarin build agent
"macAgentUser" = $null; #'Shawn Anderson'
"macAgentUser" = $null;

"nugetServerUrl" = 'https://nuget.org';

"nugetAPIKey" = "8f7a6be5-4f64-400b-95ef-e2cb9accdf8f";
"nugetAPIKey" = $null;
}

#if (!(Get-Module -Name psake -ListAvailable)) { Install-Module -Name psake -Scope CurrentUser }
Expand Down

0 comments on commit 148a944

Please sign in to comment.