Skip to content

Commit

Permalink
👷 Use full path for dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
koeeenig committed Nov 21, 2023
1 parent 943afe6 commit d952697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"buildCommand": "dotnet build ./src/BlazeKit.Site -c Release ; dotnet publish ./src/BlazeKit.Site -c Release",
"installCommand": "chmod +x ./install.sh ; ./install.sh; export DOTNET_ROOT=$HOME/.dotnet ; export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools ; dotnet --version",
"buildCommand": "/vercel/.dotnet/dotnet build ./src/BlazeKit.Site -c Release ; /vercel/.dotnet/dotnet publish ./src/BlazeKit.Site -c Release",
"installCommand": "chmod +x ./install.sh ; ./install.sh; export DOTNET_ROOT=$HOME/.dotnet ; export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools ; /vercel/.dotnet/dotnet --version",
"outputDirectory": ".vercel/output/static",
"rewrites": [
{
Expand Down

0 comments on commit d952697

Please sign in to comment.