mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-28 20:38:12 +08:00
removed merge conflicts
This commit is contained in:
@@ -14,9 +14,15 @@ Export-ModuleMember -Function @(
|
||||
'Set-SystemVariable'
|
||||
'Install-MSI'
|
||||
'Install-EXE'
|
||||
'Get-ToolcachePackages'
|
||||
'Get-ToolsByName'
|
||||
'Add-ContentToMarkdown'
|
||||
'Add-SoftwareDetailsToMarkdown'
|
||||
'Stop-SvcWithErrHandling'
|
||||
'Set-SvcWithErrHandling'
|
||||
'Get-VS19ExtensionVersion'
|
||||
'Install-VsixExtension'
|
||||
'Get-VSExtensionVersion'
|
||||
'Get-WinVersion'
|
||||
'Test-IsWin19'
|
||||
'Test-IsWin16'
|
||||
)
|
||||
|
||||
@@ -161,6 +161,7 @@ Hashtable for service arguments
|
||||
}
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
function Start-DownloadWithRetry
|
||||
{
|
||||
param (
|
||||
@@ -201,6 +202,8 @@ function Start-DownloadWithRetry
|
||||
}
|
||||
|
||||
|
||||
=======
|
||||
>>>>>>> upstream/master
|
||||
function Install-VsixExtension
|
||||
{
|
||||
Param
|
||||
@@ -351,3 +354,7 @@ function Test-IsWin16
|
||||
{
|
||||
(Get-WinVersion) -match "2016"
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
>>>>>>> upstream/master
|
||||
|
||||
Reference in New Issue
Block a user