diff --git a/images/win/scripts/Installers/Windows2019/Install-InstallerProjects.ps1 b/images/win/scripts/Installers/Windows2019/Install-InstallerProjects.ps1 index 5c4628d5..b4871038 100644 --- a/images/win/scripts/Installers/Windows2019/Install-InstallerProjects.ps1 +++ b/images/win/scripts/Installers/Windows2019/Install-InstallerProjects.ps1 @@ -5,7 +5,7 @@ Import-Module -Name ImageHelpers -Force -$InstallerProjectsUrl = 'https://marketplace.visualstudio.com/_apis/public/gallery/publishers/VisualStudioClient/vsextensions/MicrosoftVisualStudio2017InstallerProjects/0.9.8/vspackage' +$InstallerProjectsUrl = 'https://marketplace.visualstudio.com/_apis/public/gallery/publishers/VisualStudioClient/vsextensions/MicrosoftVisualStudio2017InstallerProjects/latest/vspackage' Install-VsixExtension -Url $InstallerProjectsUrl -name "InstallerProjects.vsix" -VSversion "2019" Invoke-PesterTests -TestFile "InstallerProjects" \ No newline at end of file