Skip to content

Commit

Permalink
Update cake script.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Apr 22, 2024
1 parent 8b16928 commit d9159e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .netconfig
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
weak
[file "cake"]
url = https://github.com/vezel-dev/.github/blob/master/syn/cake
sha = 7d581ae5eedad5892855cebc673edafad664856b
etag = e01672adb9650fad761fd21f0e2349afaf9294d5f00825a429ae3060a2f3576f
sha = a562349156aa1bdc7aae6d27d97ec3b65ed1f46e
etag = 489a346ad3142e1a33252e5f1c32bb9d450abaa6c5393449748f70122414cbf0
weak
[file "cake.config"]
url = https://github.com/vezel-dev/.github/blob/master/syn/cake.config
Expand Down
2 changes: 1 addition & 1 deletion cake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eou pipefail

cd -- "$(dirname -- "$(readlink -e -- "${BASH_SOURCE[0]}")")"
cd -- "$(dirname -- "$(readlink -f -- "${BASH_SOURCE[0]}")")"

dotnet tool restore
dotnet cake build.cake -t "${1:-default}" "${@:2}"

0 comments on commit d9159e1

Please sign in to comment.