Skip to content

Commit ef4e1bf

Browse files
run-local fix and update workflow
1 parent 48fd239 commit ef4e1bf

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/dotnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v1
2020
with:
21-
dotnet-version: 5.0.x
21+
dotnet-version: 6.0.x
2222
- name: Build, restore, test
2323
shell: pwsh
2424
run: ./pipelines/build-dotnet.ps1

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ local.settings.json
2323
test/settings.example.dan.js
2424

2525
__azurite__
26+
__azurite_*

scripts/run-local.ps1

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# NOTE: Install latest versions of Node and NPM: https://nodejs.org/en/download/
22
# NOTE: Install latest version of func CLI: https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local
3-
# NOTE: Start Azure Storage Emulator https://docs.microsoft.com/en-us/azure/storage/common/storage-use-emulator
43

54
$ErrorActionPreference = 'Stop'
65

0 commit comments

Comments
 (0)