Skip to content

Commit 36c96db

Browse files
authored
Path fix to dev (#8248)
* [HOTFIX] Increase migration's database timeout (#8052) We added a migration to add an index on the `PackageDependencies` table. This migration takes longer than 30 seconds to run on PROD and is timing out. This change increases the timeout to 30 minutes which we hope is enough to create the new index. * path fix in scritp point to vs2019 (#8244)
1 parent 8fede70 commit 36c96db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Scripts/BuildTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ param(
88
$rootName = (Get-Item $PSScriptRoot).parent.FullName
99

1010
# Required tools
11-
$msBuild = "${Env:ProgramFiles(x86)}\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\msbuild"
11+
$msBuild = "${Env:ProgramFiles(x86)}\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\msbuild"
1212
$nuget = "$rootName\nuget.exe"
1313
& "$rootName\Scripts\DownloadLatestNuGetExeRelease.ps1" $rootName
1414

0 commit comments

Comments
 (0)