Skip to content

Commit

Permalink
FAKE update
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorium committed Sep 27, 2024
1 parent b65d932 commit 6445431
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 175 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rollForward": false
},
"fake-cli": {
"version": "6.1.2",
"version": "6.1.3",
"commands": [
"fake"
],
Expand Down
6 changes: 3 additions & 3 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rem build -t PackNuget
cls
dotnet tool restore
dotnet paket restore
set FAKE_SDK_RESOLVER_CUSTOM_DOTNET_VERSION=8.0
rem set FAKE_SDK_RESOLVER_CUSTOM_DOTNET_VERSION=8.0
rem Build with Fake or FSI:
rem dotnet fake run build.fsx %*
dotnet fsi build.fsx %*
dotnet fake run build.fsx %*
rem dotnet fsi build.fsx %*
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ then
else
dotnet tool restore
dotnet paket restore
dotnet fsi build.fsx -t Build $@
#dotnet fsi build.fsx -t Build $@
dotnet fake run build.fsx -t Build $@
fi
Loading

0 comments on commit 6445431

Please sign in to comment.