[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:
@@ -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