File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -570,11 +570,13 @@ stages:
570
570
# Build the shared framework
571
571
- script : ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -nobl -all -pack -arch x64
572
572
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
573
+ /p:VsTestUseMSBuildOutput=false
573
574
displayName : Build shared fx
574
575
# -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.
575
576
- script : ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -nobl -all -noBuildRepoTasks -noBuildNative -noBuild -test
576
577
-projects eng\helix\helix.proj /p:IsHelixPRCheck=true /p:IsHelixJob=true
577
578
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
579
+ /p:VsTestUseMSBuildOutput=false
578
580
displayName : Run build.cmd helix target
579
581
env :
580
582
HelixApiAccessToken : $(HelixApiAccessToken) # Needed for internal queues
Original file line number Diff line number Diff line change 1
1
$InstallerPath = " $env: Temp \chrome_installer.exe" ;
2
- & $PSScriptRoot \Download.ps1 " http ://dl.google.com/chrome/install/375.126 /chrome_installer.exe" $InstallerPath
2
+ & $PSScriptRoot \Download.ps1 " https ://dl.google.com/chrome/install/latest /chrome_installer.exe" $InstallerPath
3
3
Start-Process - FilePath $InstallerPath - Args " /silent /install" - Verb RunAs - Wait;
4
4
Remove-Item $InstallerPath
You can’t perform that action at this time.
0 commit comments