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 49e001b commit 7433577
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 @@ -20,8 +20,8 @@
weak
[file "cake"]
url = https://github.com/tera-arise/.github/blob/master/syn/cake
sha = a52fdae06d1a2fb13ec9d091eb9767373add18cb
etag = e01672adb9650fad761fd21f0e2349afaf9294d5f00825a429ae3060a2f3576f
sha = cb18eff43af3df3b3bcec75551b994918ecb12c0
etag = 489a346ad3142e1a33252e5f1c32bb9d450abaa6c5393449748f70122414cbf0
weak
[file "cake.config"]
url = https://github.com/tera-arise/.github/blob/master/syn/cake.config
Expand Down
2 changes: 1 addition & 1 deletion cake
100755 → 100644
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 7433577

Please sign in to comment.