Skip to content

Commit

Permalink
Path fix to dev (#8248)
Browse files Browse the repository at this point in the history
* [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)
  • Loading branch information
lyndaidaii authored Oct 8, 2020
1 parent 8fede70 commit 36c96db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Scripts/BuildTests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ param(
$rootName = (Get-Item $PSScriptRoot).parent.FullName

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

Expand Down

0 comments on commit 36c96db

Please sign in to comment.