-
Notifications
You must be signed in to change notification settings - Fork 431
Open
Labels
Description
Azure DevOps Extensions
Manifest Versioning
Platform
Azure DevOps Services
Azure DevOps Server (TFS) Version
No response
Extension Version
DACPAC 3.7.2
Describe the bug
The discovery of the path to the location of the required tools is very slow on some agent, in this example it took over 6minutes
2024-03-04T18:44:31.5982842Z No user provided ToolPath, so searching default locations
2024-03-04T18:44:31.5989613Z Scan standard Visual Studio locations (2017 and later)
2024-03-04T18:44:31.6014688Z ##[debug]Found a VS2022 SKU in 'C:\Program Files\Microsoft Visual Studio\2022'
2024-03-04T18:51:10.9244247Z ##[debug]Found 1 SDK(s)
2024-03-04T18:51:10.9277486Z ##[debug]Considering 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\Extensions\Microsoft\SQLDB\DAC\Microsoft.SqlServer.Dac.Extensions.dll'
2024-03-04T18:51:10.9304294Z Found the newest SDK in 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\Extensions\Microsoft\SQLDB\DAC'
Repo Steps
Run the task, on sone agent the time is slow, on others it is not
Expected Behavior
Fast discovery of the path
Logging Information
No response