mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 23:28:57 +00:00
[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:
committed by
GitHub
parent
9400af6b30
commit
05781ccad0
@@ -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