Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Jan 1, 2016
1 parent de8bd91 commit 4c0e296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified .nuget/nuget.exe
Binary file not shown.
3 changes: 2 additions & 1 deletion BuildRelease.Xamarin.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CALL "%VS120COMNTOOLS%vsvars32.bat"
CALL "%VS140COMNTOOLS%vsvars32.bat"

.nuget\nuget restore FluentAssertions.Xamarin.sln
msbuild /p:Configuration=Release /p:Platform="Any CPU" /t:Rebuild FluentAssertions.Xamarin.sln

tools\GitLink.exe . -u https://github.com/onovotny/fluentassertions -b Xamarin-Support
Expand Down

0 comments on commit 4c0e296

Please sign in to comment.