Skip to content

Commit

Permalink
housekeeping: Upgraded Cake to v0.32.1 (reactiveui#1893)
Browse files Browse the repository at this point in the history
- Fixed build.sh to bootstrap for modules
- Removed GitReleaseManager tool preprocessor
  • Loading branch information
RLittlesII authored and glennawatson committed Jan 7, 2019
1 parent 50a6ce3 commit e23f7e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
// TOOLS
//////////////////////////////////////////////////////////////////////

#tool "nuget:?package=GitReleaseManager&version=0.7.1"
#tool "nuget:?package=OpenCover&version=4.6.519"
#tool "nuget:?package=ReportGenerator&version=4.0.4"
#tool "nuget:?package=vswhere&version=2.5.2"
Expand Down
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,6 @@ fi
if $SHOW_VERSION; then
exec mono "$CAKE_EXE" -version
else
exec mono "$CAKE_EXE" --bootstrap
exec mono "$CAKE_EXE" $SCRIPT -verbosity=$VERBOSITY -configuration=$CONFIGURATION -target=$TARGET $DRYRUN "${SCRIPT_ARGUMENTS[@]}"
fi

0 comments on commit e23f7e9

Please sign in to comment.