File tree 3 files changed +2
-2
lines changed
3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
- name : Setup .NET
19
19
uses : actions/setup-dotnet@v1
20
20
with :
21
- dotnet-version : 5 .0.x
21
+ dotnet-version : 6 .0.x
22
22
- name : Build, restore, test
23
23
shell : pwsh
24
24
run : ./pipelines/build-dotnet.ps1
Original file line number Diff line number Diff line change @@ -23,3 +23,4 @@ local.settings.json
23
23
test /settings.example.dan.js
24
24
25
25
__azurite__
26
+ __azurite_ *
Original file line number Diff line number Diff line change 1
1
# NOTE: Install latest versions of Node and NPM: https://nodejs.org/en/download/
2
2
# 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
4
3
5
4
$ErrorActionPreference = ' Stop'
6
5
You can’t perform that action at this time.
0 commit comments