Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit f4e6117

Browse files
authored
Merge branch 'main' into dependabot/github_actions/dependabot/fetch-metadata-2.0.0
2 parents d29387f + 21f7281 commit f4e6117

File tree

23,563 files changed

+2002979
-321941
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

23,563 files changed

+2002979
-321941
lines changed

.azure-pipelines/powershell/BuildTools.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Class PackageTypes : System.Management.Automation.IValidateSetValuesGenerator {
22
[string[]] GetValidValues() {
33
$PackageTypes = ,"zip"
4-
if ($global:IsMacOS -or $global:IsLinux) {
4+
if (Get-Command -Name tar -CommandType Application -ErrorAction Ignore) {
55
$PackageTypes += "tar"
66
}
77
return [string[]] $PackageTypes

0 commit comments

Comments
 (0)