-
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.
Created FAKE build as project (instead of tool)
This still contains issues running in dotnet 6 but at least it has a workaround by disabling msbuild binlogs. see fsprojects/FAKE#2722. (I could have also locked msbuild versions but if I'll forget to update it it will be worse then disabling binlogs).
- Loading branch information
1 parent
577f2a8
commit f7d7ea2
Showing
8 changed files
with
702 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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@echo off | ||
echo Restoring dotnet tools... | ||
dotnet tool restore | ||
dotnet paket restore | ||
|
||
dotnet run --project ./build/build.fsproj -- %* |
Oops, something went wrong.