diff --git a/src/FileConventions/Library.fs b/src/FileConventions/Library.fs index cb2833835..9edd42919 100644 --- a/src/FileConventions/Library.fs +++ b/src/FileConventions/Library.fs @@ -330,7 +330,11 @@ let DetectInconsistentVersionsInFSharpScripts else DetectInconsistentVersionsInNugetRefsInFSharpScripts fsxFiles -let allowedNonVerboseFlags = seq { "env -S" } +let allowedNonVerboseFlags = + seq { + "env -S" + "unzip" + } let NonVerboseFlagsInGitHubCI(fileInfo: FileInfo) = let validExtensions =