Skip to content

Commit 718fcd1

Browse files
authored
Move the env setting to the sdk build yml
1 parent 526ba67 commit 718fcd1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

eng/pipelines/templates/jobs/sdk-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
displayName: Build
109109
env:
110110
BuildConfig: $(buildConfiguration)
111+
OPENSSL_ENABLE_SHA1_SIGNATURES: 1
111112
112113
############### TESTING ###############
113114
- ${{ if eq(parameters.runTests, true) }}:

eng/pipelines/templates/jobs/sdk-job-matrix.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ parameters:
3939
# No fedora Helix container is available, so use the ubuntu one instead.
4040
helixTargetContainer: $(helixTargetContainerPrefix)ubuntu-22.04-helix-amd64
4141
osProperties: $(linuxOsPortableProperties)
42-
env:
43-
OPENSSL_ENABLE_SHA1_SIGNATURES: 1
4442
# Skipping all container-based testing for now.
4543
# See: https://github.com/dotnet/sdk/issues/40935
4644
runTests: false

0 commit comments

Comments
 (0)