Skip to content

Commit

Permalink
Use build as project
Browse files Browse the repository at this point in the history
  • Loading branch information
MortalFlesh committed Dec 6, 2022
1 parent e926ecc commit 577a1e8
Show file tree
Hide file tree
Showing 9 changed files with 367 additions and 312 deletions.
6 changes: 0 additions & 6 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
"version": 1,
"isRoot": true,
"tools": {
"fake-cli": {
"version": "6.0.0-alpha004",
"commands": [
"fake"
]
},
"paket": {
"version": "7.2.0",
"commands": [
Expand Down
204 changes: 0 additions & 204 deletions build.fsx

This file was deleted.

7 changes: 6 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/usr/bin/env bash

set -eu
set -o pipefail

dotnet tool restore
dotnet tool run paket restore

# shellcheck disable=SC2068
dotnet fake build $@
FAKE_DETAILED_ERRORS=true dotnet run --project ./build/build.fsproj -- $@
Loading

0 comments on commit 577a1e8

Please sign in to comment.