diff --git a/images/win/scripts/ImageHelpers/InstallHelpers.ps1 b/images/win/scripts/ImageHelpers/InstallHelpers.ps1 index 0f965f74..5ce11ded 100644 --- a/images/win/scripts/ImageHelpers/InstallHelpers.ps1 +++ b/images/win/scripts/ImageHelpers/InstallHelpers.ps1 @@ -161,7 +161,6 @@ Hashtable for service arguments } } -<<<<<<< HEAD function Start-DownloadWithRetry { param ( @@ -202,8 +201,6 @@ function Start-DownloadWithRetry } -======= ->>>>>>> upstream/master function Install-VsixExtension { Param @@ -354,7 +351,3 @@ function Test-IsWin16 { (Get-WinVersion) -match "2016" } -<<<<<<< HEAD -======= - ->>>>>>> upstream/master