mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
change the lint to download ssdt
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
Import-Module -Name ImageHelpers -Force
|
Import-Module -Name ImageHelpers -Force
|
||||||
|
|
||||||
#SSDT for Visual Studio 2017 (15.9.3)
|
#SSDT for Visual Studio 2017 (15.9.3)
|
||||||
$InstallerURI = 'https://download.microsoft.com/download/5/2/D/52DEF429-5B17-470C-82D9-654116080B15/SSDT-Setup-ENU.exe'
|
$InstallerURI = 'https://download.microsoft.com/download/e/c/f/ecfccf97-b32c-4c31-b2fc-bff558635096/SSDT-Setup-ENU.exe'
|
||||||
$InstallerName = 'SSDT-Setup-ENU.exe'
|
$InstallerName = 'SSDT-Setup-ENU.exe'
|
||||||
$logFilePath = "$env:TEMP\ssdtlog.txt"
|
$logFilePath = "$env:TEMP\ssdtlog.txt"
|
||||||
$ArgumentList = ('/install', 'INSTALLALL', '/passive', '/norestart', "/log `"$logFilePath`"")
|
$ArgumentList = ('/install', 'INSTALLALL', '/passive', '/norestart', "/log `"$logFilePath`"")
|
||||||
|
|||||||
Reference in New Issue
Block a user