-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: completely revamp buildchains (#89)
* Refactor buildchians and use Fake.BuildTask DSL for easier build chain management. * Fix typo in buildchain * Name all Targets the same as the typed build task * desperate CI fix again? * Dont build CI packages until packet pack works with conditional frameworks or we dont need conditional frameworks anymore * Run dotnet restore befor starting buildchains * Migrate Doc building to new generator script * Update docs to reflect changes to buildchains
- Loading branch information
Showing
183 changed files
with
1,284 additions
and
17,443 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
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
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 |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
cls | ||
|
||
dotnet tool restore | ||
dotnet restore | ||
dotnet paket restore | ||
dotnet restore build.proj | ||
dotnet fake build %* |
Oops, something went wrong.