File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
eng/pipelines/templates/jobs Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ jobs:
108
108
displayName: Build
109
109
env:
110
110
BuildConfig: $(buildConfiguration)
111
+ OPENSSL_ENABLE_SHA1_SIGNATURES: 1
111
112
112
113
# ############## TESTING ###############
113
114
- ${{ if eq(parameters.runTests, true) }} :
Original file line number Diff line number Diff line change @@ -39,8 +39,6 @@ parameters:
39
39
# No fedora Helix container is available, so use the ubuntu one instead.
40
40
helixTargetContainer : $(helixTargetContainerPrefix)ubuntu-22.04-helix-amd64
41
41
osProperties : $(linuxOsPortableProperties)
42
- env :
43
- OPENSSL_ENABLE_SHA1_SIGNATURES : 1
44
42
# Skipping all container-based testing for now.
45
43
# See: https://github.com/dotnet/sdk/issues/40935
46
44
runTests : false
You can’t perform that action at this time.
0 commit comments