Skip to content

Commit 9819c08

Browse files
authored
Merge pull request #31656 from dotnet-maestro-bot/merge/release/3.1-to-main
[automated] Merge branch 'release/3.1' => 'main'
2 parents 5ab47f3 + 9a0ddaa commit 9819c08

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.azure/pipelines/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,9 @@ stages:
772772
pool:
773773
vmImage: 'ubuntu-18.04'
774774
variables:
775+
LC_ALL: 'en_US.UTF-8'
776+
LANG: 'en_US.UTF-8'
777+
LANGUAGE: 'en_US.UTF-8'
775778
DotNetCoreSdkDir: $(Agent.ToolsDirectory)/dotnet
776779
# This isn't needed in the path because build does not need to _use_ global tools.
777780
DOTNET_CLI_HOME: $(System.DefaultWorkingDirectory)

.azure/pipelines/jobs/default-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@ jobs:
138138
- DOTNET_CLI_HOME: $(System.DefaultWorkingDirectory)
139139
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
140140
- TeamName: AspNetCore
141+
- ${{ if eq(parameters.agentOs, 'Linux') }}:
142+
- LC_ALL: 'en_US.UTF-8'
143+
- LANG: 'en_US.UTF-8'
144+
- LANGUAGE: 'en_US.UTF-8'
145+
- ${{ if and(eq(parameters.installJdk, 'true'), eq(parameters.agentOs, 'Windows')) }}:
146+
- JAVA_HOME: $(Agent.BuildDirectory)\.tools\jdk\win-x64
141147
- ${{ if or(ne(parameters.codeSign, true), ne(variables['System.TeamProject'], 'internal')) }}:
142148
- _SignType: ''
143149
- ${{ if and(eq(parameters.codeSign, true), eq(variables['System.TeamProject'], 'internal')) }}:

0 commit comments

Comments
 (0)