File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,33 +46,3 @@ deployment:
4646 solutionPrefix : ${parameters.solutionPrefix}
4747 otherLocation : ${parameters.otherLocation}
4848 baseUrl : ${parameters.baseUrl}
49-
50- # hooks:
51- # postprovision:
52- # windows:
53- # run: |
54- # ./scripts/auth_update.ps1
55- # Write-Host "`nBuilding and pushing Docker image to ACR..." -ForegroundColor Yellow
56- # ./scripts/build-push-acr.ps1
57- # Write-Host "`nWeb app URL: "
58- # Write-Host "$env:WEB_APP_URL" -ForegroundColor Cyan
59- # Write-Host "`nIf you want to use the Sample Data, run the following command in the Bash terminal to process it:"
60- # Write-Host "bash ./infra/scripts/process_sample_data.sh" -ForegroundColor Cyan
61- # shell: pwsh
62- # continueOnError: false
63- # interactive: true
64- # posix:
65- # run: |
66- # ./scripts/auth_update.sh
67- # echo ""
68- # echo "Building and pushing Docker image to ACR..."
69- # bash ./scripts/build-push-acr.sh
70- # echo ""
71- # echo "Web app URL: "
72- # echo $WEB_APP_URL
73- # echo ""
74- # echo "If you want to use the Sample Data, run the following command in the bash terminal to process it:"
75- # echo "bash ./infra/scripts/process_sample_data.sh"
76- # shell: sh
77- # continueOnError: false
78- # interactive: true
You can’t perform that action at this time.
0 commit comments