Skip to content

Commit

Permalink
Updating build for NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
wadewegner committed Jan 9, 2017
1 parent 0070363 commit 7b0d1fc
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion scripts/assets/ChatterToolkitForNET.Symbol.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>DeveloperForce.Chatter</id>
<title>DeveloperForce.Chatter</title>
<version>1.3.2</version>
<version>1.4.0-beta</version>
<authors>developerforce,wadewegner</authors>
<owners>developerforce,wadewegner</owners>
<licenseUrl>https://raw.github.com/developerforce/Force-Toolkit-for-NET/master/LICENSE</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion scripts/assets/ChatterToolkitForNET.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>DeveloperForce.Chatter</id>
<title>DeveloperForce.Chatter</title>
<version>1.3.2</version>
<version>1.4.0-beta</version>
<authors>developerforce,wadewegner</authors>
<owners>developerforce,wadewegner</owners>
<licenseUrl>https://raw.github.com/developerforce/Force-Toolkit-for-NET/master/LICENSE</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion scripts/assets/ForceToolkitForNET.Symbol.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>DeveloperForce.Force</id>
<title>DeveloperForce.Force</title>
<version>1.3.2</version>
<version>1.4.0-beta</version>
<authors>developerforce,wadewegner</authors>
<owners>developerforce,wadewegner</owners>
<licenseUrl>https://raw.github.com/developerforce/Force.com-Toolkit-for-NET/master/LICENSE</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion scripts/assets/ForceToolkitForNET.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>DeveloperForce.Force</id>
<title>DeveloperForce.Force</title>
<version>1.3.2</version>
<version>1.4.0-beta</version>
<authors>developerforce,wadewegner</authors>
<owners>developerforce,wadewegner</owners>
<licenseUrl>https://raw.github.com/developerforce/Force.com-Toolkit-for-NET/master/LICENSE</licenseUrl>
Expand Down
Empty file modified scripts/build.cmd
100644 → 100755
Empty file.
7 changes: 4 additions & 3 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ mono assets/nuget.exe restore "../src/ForceToolkitForNET.sln"

mono assets/nuget.exe install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner

mono assets/nuget.exe install Microsoft.Bcl -OutputDirectory testrunner
mono assets/nuget.exe install Microsoft.Bcl.Async -OutputDirectory testrunner
mono assets/nuget.exe install Microsoft.Bcl.Build -OutputDirectory testrunner
mono assets/nuget.exe install Microsoft.Bcl.Compression -OutputDirectory testrunner
mono assets/nuget.exe install Microsoft.Net.Http -OutputDirectory testrunner

xbuild /t:Clean "../src/ForceToolkitForNET.sln"

xbuild /p:Configuration=Debug "../src/ForceToolkitForNET.sln"

xbuild /p:Configuration=Release "../src/ForceToolkitForNET.sln"

0 comments on commit 7b0d1fc

Please sign in to comment.