mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
[windows] Add exe installation of MicrosoftAnalysisServices Visual Studio extension (#5989)
* Add exe installation of MicrosoftAnalysisServices * Change condition to check FileName.EndsWith
This commit is contained in:
@@ -249,6 +249,11 @@ function Get-VsixExtenstionFromMarketplace {
|
||||
$fileName = "Microsoft.DataTools.AnalysisServices.vsix"
|
||||
$downloadUri = "https://download.microsoft.com/download/c/8/9/c896a7f2-d0fd-45ac-90e6-ff61f67523cb/Microsoft.DataTools.AnalysisServices.vsix"
|
||||
}
|
||||
# Starting from version 4.1 SqlServerIntegrationServicesProjects extension is distributed as exe file
|
||||
"SSIS.SqlServerIntegrationServicesProjects" {
|
||||
$fileName = "Microsoft.DataTools.IntegrationServices.exe"
|
||||
$downloadUri = $assetUri + "/" + $fileName
|
||||
}
|
||||
}
|
||||
|
||||
return [PSCustomObject] @{
|
||||
|
||||
Reference in New Issue
Block a user