File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,6 +128,10 @@ jobs:
128128 displayName: Get dotnetVersion to use
129129 - script : $(Python) scripts/ci_setup.py --channel $(_Channel) --dotnet-versions $(DotnetVersion) --architecture ${{parameters.architecture}} --perf-hash $(Build.SourceVersion) --queue ${{parameters.queue}} --build-number $(Build.BuildNumber) --build-configs $(_Configs) --output-file $(CorrelationStaging)machine-setup$(ScriptExtension) --install-dir $(CorrelationStaging)dotnet $(runEnvVarsParam) $(AffinityParam)
130130 displayName : Run ci_setup.py with dotnetVersionsLinks
131+ - powershell : |
132+ Write-Host "##vso[task.setvariable variable=DOTNET_ROOT;]$(CorrelationStaging)dotnet"
133+ Write-Host "Set DOTNET_ROOT to $(CorrelationStaging)dotnet"
134+ displayName: Explicitly set DOTNET_ROOT
131135 - ${{ if eq(parameters.osName, 'windows') }} :
132136 - script : xcopy .\NuGet.config $(CorrelationStaging) && xcopy .\scripts $(CorrelationStaging)scripts\/e && xcopy .\src\scenarios\shared $(CorrelationStaging)shared\/e && xcopy .\src\scenarios\staticdeps $(CorrelationStaging)staticdeps\/e
133137 displayName : Copy python libraries and NuGet.config
You can’t perform that action at this time.
0 commit comments