mirror of
https://github.com/actions/runner.git
synced 2025-12-12 05:37:01 +00:00
Fix IDE0090 (#2211)
This commit is contained in:
@@ -12,7 +12,7 @@ namespace GitHub.Runner.Common.Tests
|
||||
[Trait("Category", "Runner")]
|
||||
public void BuildConstantGenerateSucceed()
|
||||
{
|
||||
List<string> validPackageNames = new List<string>()
|
||||
List<string> validPackageNames = new()
|
||||
{
|
||||
"win-x64",
|
||||
"win-x86",
|
||||
|
||||
Reference in New Issue
Block a user