Skip to content

Commit

Permalink
Updated instructions to include newer version for release 7.6.2 (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkhabazan authored Jun 4, 2024
1 parent d10dcd6 commit 67885e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Advanced-Instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Please note: the SaaS Accelerator is community-supported. If you need help or ha
1. Copy the following section to an editor and update it to match your company preference. Replace SOME-UNIQUE-STRING with your Team name or some other random string.
``` powershell
dotnet tool install --global dotnet-ef; `
git clone https://github.com/Azure/Commercial-Marketplace-SaaS-Accelerator.git -b 7.6.1 --depth 1; `
git clone https://github.com/Azure/Commercial-Marketplace-SaaS-Accelerator.git -b 7.6.2 --depth 1; `
cd ./Commercial-Marketplace-SaaS-Accelerator/deployment; `
.\Deploy.ps1 `
-WebAppNamePrefix "marketplace-SOME-UNIQUE-STRING" `
Expand Down
2 changes: 1 addition & 1 deletion docs/Installation-Instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ chmod +x dotnet-install.sh; `
./dotnet-install.sh -version 6.0.417; `
$ENV:PATH="$HOME/.dotnet:$ENV:PATH"; `
dotnet tool install --global dotnet-ef --version 6.0.1; `
git clone https://github.com/Azure/Commercial-Marketplace-SaaS-Accelerator.git -b 7.6.1 --depth 1; `
git clone https://github.com/Azure/Commercial-Marketplace-SaaS-Accelerator.git -b 7.6.2 --depth 1; `
cd ./Commercial-Marketplace-SaaS-Accelerator/deployment; `
.\Deploy.ps1 `
-WebAppNamePrefix "SOME-UNIQUE-STRING" `
Expand Down

0 comments on commit 67885e0

Please sign in to comment.