Skip to content

Commit 15d0196

Browse files
committed
Misc solution-level file updates.
1 parent d3dfef5 commit 15d0196

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ indent_size = 2
4141
[*.cs]
4242
csharp_space_after_cast = true
4343
dotnet_sort_system_directives_first = true
44+
45+
[dotnet-tools.json]
46+
insert_final_newline = false

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ on:
2222
push:
2323
branches:
2424
- main
25+
- next
2526
- release/*
2627
tags:
2728
- release/*
@@ -47,7 +48,7 @@ jobs:
4748
uses: actions/checkout@v3
4849
#url: https://github.com/actions/checkout
4950

50-
- name: Configure .NET 6.0
51+
- name: Configure .NET
5152
uses: actions/setup-dotnet@v3
5253
#url: https://github.com/actions/setup-dotnet
5354
with:

0 commit comments

Comments
 (0)