Merge pull request #564 from santhoshb-msft/release740
updated release 740
This commit is contained in:
Коммит
1779a5b769
|
@ -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.3.0 --depth 1; `
|
||||
git clone https://github.com/Azure/Commercial-Marketplace-SaaS-Accelerator.git -b 7.4.0 --depth 1; `
|
||||
cd ./Commercial-Marketplace-SaaS-Accelerator/deployment; `
|
||||
.\Deploy.ps1 `
|
||||
-WebAppNamePrefix "marketplace-SOME-UNIQUE-STRING" `
|
||||
|
|
|
@ -32,7 +32,7 @@ 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 7.3.0 --depth 1; `
|
||||
git clone https://github.com/Azure/Commercial-Marketplace-SaaS-Accelerator.git -b 7.4.0 --depth 1; `
|
||||
cd ./Commercial-Marketplace-SaaS-Accelerator/deployment; `
|
||||
.\Deploy.ps1 `
|
||||
-WebAppNamePrefix "SOME-UNIQUE-STRING" `
|
||||
|
|
Загрузка…
Ссылка в новой задаче