chore: Add wasm-tools to workloads filtering
This commit is contained in:
Родитель
dc41877557
Коммит
3f03b49066
|
@ -44,6 +44,7 @@ namespace DotNetCheck.Checkups
|
|||
case "ios" when TargetPlatforms.HasFlag(TargetPlatform.iOS):
|
||||
case "macos" when TargetPlatforms.HasFlag(TargetPlatform.macOS):
|
||||
case "maccatalyst" when TargetPlatforms.HasFlag(TargetPlatform.macOS):
|
||||
case "wasm-tools" when TargetPlatforms.HasFlag(TargetPlatform.WebAssembly):
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче