File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ pipelines/package-lock.json
2020
2121bicep /parameters.local.json
2222local.settings.json
23-
23+ test / settings.example.dan.js
Original file line number Diff line number Diff line change 44
55$ErrorActionPreference = ' Stop'
66
7- try {
7+ try {
8+
9+ # Start the storage emulator
10+ & " C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator\AzureStorageEmulator.exe" " start"
11+
812 # cd /dotnet
9- Push-Location ( Join-Path $PSScriptRoot ../ dotnet ) - StackName scripts
13+ Push-Location ( Join-Path $PSScriptRoot ../ dotnet )
1014
1115 # Build and host SPA at http://127.0.0.1:8080/
1216 Start-Process pwsh { - c cd ../ web/ serverless- microservices- web && npm install && copy ../ ../ test/ settings.example.js ./ public/ js/ settings.js && npm run serve -- -- port 4280 }
3640
3741}
3842finally {
39- Pop-Location - StackName scripts
43+ Pop-Location
4044}
You can’t perform that action at this time.
0 commit comments