forked from cake-build/cake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made tool definitions preprocessor directives.
By moving tools needed from packages.config to the build script itself, we make the build script more portable. Closes cake-build#854
- Loading branch information
1 parent
f026528
commit af23aa4
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Cake" version="0.10.1" /> | ||
<package id="xunit.runner.console" version="2.1.0" /> | ||
<package id="gitreleasemanager" version="0.4.0" /> | ||
<package id="GitVersion.CommandLine" version="3.4.1" /> | ||
</packages> |