[Windows] Add GVFS (Git Virtual File System) (#3766)
* Add GVFS (Git Virtual File System) * invoke all tests from git file
This commit is contained in:
@@ -86,6 +86,7 @@ $markdown += New-MDList -Style Unordered -Lines (@(
|
||||
(Get-GHCVersion),
|
||||
(Get-GitVersion),
|
||||
(Get-GitLFSVersion),
|
||||
(Get-GVFSVersion),
|
||||
(Get-GoogleCloudSDKVersion),
|
||||
(Get-InnoSetupVersion),
|
||||
(Get-JQVersion),
|
||||
|
||||
@@ -67,6 +67,11 @@ function Get-GitLFSVersion {
|
||||
return "Git LFS $gitLfsVersion"
|
||||
}
|
||||
|
||||
function Get-GVFSVersion {
|
||||
$gvfsVersion = (Get-Command gvfs).Version
|
||||
return "GVFS $gvfsVersion"
|
||||
}
|
||||
|
||||
function Get-InnoSetupVersion {
|
||||
return $(choco list --local-only innosetup) | Select-String -Pattern "InnoSetup"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user