mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Log and emit diagnostic if incorrectly named files are found
This commit is contained in:
@@ -158,6 +158,10 @@ namespace Semmle.Autobuild.CSharp.Tests
|
||||
|
||||
bool IBuildActions.IsMacOs() => IsMacOs;
|
||||
|
||||
public bool IsLinux { get; set; }
|
||||
|
||||
bool IBuildActions.IsLinux() => IsLinux;
|
||||
|
||||
public bool IsRunningOnAppleSilicon { get; set; }
|
||||
|
||||
bool IBuildActions.IsRunningOnAppleSilicon() => IsRunningOnAppleSilicon;
|
||||
|
||||
Reference in New Issue
Block a user