File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ dotnet_naming_rule.constants_should_be_pascal_case.severity = warning
192192dotnet_naming_rule.constants_should_be_pascal_case.symbols = constants
193193dotnet_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
196196dotnet_naming_symbols.constants.required_modifiers = const
197197
198198dotnet_naming_style.constant_style.capitalization = pascal_case
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments