Skip to content

Commit f619f99

Browse files
Sync with atata-repository-template
1 parent d301428 commit f619f99

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ dotnet_naming_rule.constants_should_be_pascal_case.severity = warning
192192
dotnet_naming_rule.constants_should_be_pascal_case.symbols = constants
193193
dotnet_naming_rule.constants_should_be_pascal_case.style = constant_style
194194

195-
dotnet_naming_symbols.constants.applicable_kinds = field, local
195+
dotnet_naming_symbols.constants.applicable_kinds = field
196196
dotnet_naming_symbols.constants.required_modifiers = const
197197

198198
dotnet_naming_style.constant_style.capitalization = pascal_case

azure-pipelines.release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
pool:
99
vmImage: windows-latest
1010
steps:
11+
- task: NuGetToolInstaller@1
12+
displayName: Install NuGet tool
13+
inputs:
14+
versionSpec: 6.x
1115
- task: DotNetCoreCLI@2
1216
displayName: Pack
1317
inputs:

0 commit comments

Comments
 (0)