We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a13b6 commit c8bd24eCopy full SHA for c8bd24e
eng/targets/Npm.Common.targets
@@ -76,7 +76,7 @@
76
DependsOnTargets="GetBuildInputCacheFile"
77
Inputs="@(TSFiles);$(BaseIntermediateOutputPath)tsfiles.cache"
78
Outputs="@(BuildOutputFiles)">
79
- <Yarn Command="$(NpmBuildArgs)" StandardOutputImportance="High" StandardErrorImportance="High" IgnoreStandardErrorWarningFormat="$(IgnoreYarnWarnings)" />
+ <Yarn Command="$(NpmBuildArgs) --openssl-legacy-provider" StandardOutputImportance="High" StandardErrorImportance="High" IgnoreStandardErrorWarningFormat="$(IgnoreYarnWarnings)" />
80
<WriteLinesToFile Overwrite="true" File="$(BaseIntermediateOutputPath)build-sentinel" />
81
</Target>
82
0 commit comments