Skip to content

Commit

Permalink
πŸš€ Update vercel build image to net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koeeenig committed Nov 21, 2023
1 parent 806b368 commit 6ba4cb6
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 ; dotnet publish ./src/BlazeKit.Site",
"installCommand": "rpm -Uvh https://packages.microsoft.com/config/centos/7/packages-microsoft-prod.rpm ; yum -y install dotnet-sdk-8.0 ; dotnet --version",
"buildCommand": "dotnet build ./src/BlazeKit.Site ; dotnet publish ./src/BlazeKit.Site",
"installCommand": "yum -y install wget tar gzip libicu ; wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh ; chmod +x ./dotnet-install.sh ; ./dotnet-install.sh --version latest; export DOTNET_ROOT=$HOME/.dotnet ; export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools ; dotnet --version",
"outputDirectory": ".vercel/output/static",
"rewrites": [
{
Expand Down

0 comments on commit 6ba4cb6

Please sign in to comment.