mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 20:56:47 +00:00
Inital commit.
This commit is contained in:
19
images/win/scripts/ImageHelpers/ImageHelpers.psm1
Normal file
19
images/win/scripts/ImageHelpers/ImageHelpers.psm1
Normal file
@@ -0,0 +1,19 @@
|
||||
[CmdletBinding()]
|
||||
param()
|
||||
|
||||
. $PSScriptRoot\PathHelpers.ps1
|
||||
. $PSScriptRoot\InstallHelpers.ps1
|
||||
. $PSScriptRoot\MarkdownHelpers.ps1
|
||||
|
||||
Export-ModuleMember -Function @(
|
||||
'Test-MachinePath'
|
||||
'Get-MachinePath'
|
||||
'Set-MachinePath'
|
||||
'Add-MachinePathItem'
|
||||
'Get-SystemVariable'
|
||||
'Set-SystemVariable'
|
||||
'Install-MSI'
|
||||
'Install-EXE'
|
||||
'Add-ContentToMarkdown'
|
||||
'Add-SoftwareDetailsToMarkdown'
|
||||
)
|
||||
Reference in New Issue
Block a user