Skip to content

Commit

Permalink
Merge pull request #511 from santhoshb-msft/sb-upgrade-fix
Browse files Browse the repository at this point in the history
updated upgrade instructions to install latest dotnet
  • Loading branch information
msalemcode committed May 30, 2023
2 parents 3af3532 + 390c78f commit 422312b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/Installation-Instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ If you already have deployed the SaaS Accelerator, but you want to update it so
*you need to ensure that you use the same parameters you used in the initial deployment

``` powershell
wget https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh; `
chmod +x dotnet-install.sh; `
./dotnet-install.sh; `
$ENV:PATH="$HOME/.dotnet:$ENV:PATH"; `
dotnet tool install --global dotnet-ef; `
git clone https://github.com/Azure/Commercial-Marketplace-SaaS-Accelerator.git -b <branch-to-deploy> --depth 1; `
cd ./Commercial-Marketplace-SaaS-Accelerator/deployment; `
.\Upgrade.ps1 `
Expand Down

0 comments on commit 422312b

Please sign in to comment.