File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
eng/pipelines/coreclr/templates Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,10 @@ jobs:
153153 - script : cp -r $(PerformanceDirectory)/scripts $(WorkItemDirectory)/scripts/ && cp -r $(PerformanceDirectory)/src/scenarios/shared $(WorkItemDirectory)/shared/ && cp -r $(PerformanceDirectory)/src/scenarios/staticdeps/ $(WorkItemDirectory)/staticdeps/
154154 displayName : Copy scenario support files (Linux/MAC)
155155 condition : and(succeeded(), ne(variables['Agent.Os'], 'Windows_NT'))
156+ - powershell : |
157+ Write-Host "##vso[task.setvariable variable=DOTNET_ROOT;]$(PayloadDirectory)/dotnet"
158+ Write-Host "Set DOTNET_ROOT to $(PayloadDirectory)/dotnet"
159+ displayName: Explicitly set DOTNET_ROOT
156160 # build Startup
157161 - script : $(PayloadDirectory)\dotnet\dotnet.exe publish -c Release -o $(WorkItemDirectory)\Startup -f net7.0 -r win-$(Architecture) $(PerformanceDirectory)\src\tools\ScenarioMeasurement\Startup\Startup.csproj -p:DisableTransitiveFrameworkReferenceDownloads=true
158162 displayName : Build Startup tool (Windows)
You can’t perform that action at this time.
0 commit comments