File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,6 @@ if %errorlevel%==0 (
77 REM skip crossgen for inner-loop builds to save a ton of time
88 set skipFlags = " /p:SkipUsingCrossgen=true /p:SkipBuildingInstallers=true"
99)
10+ set DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = true
1011powershell -NoLogo -NoProfile -ExecutionPolicy ByPass -command " & " " " %~dp0 eng\common\build.ps1" " " -restore -build -msbuildEngine dotnet %skipFlags% %* "
1112exit /b %ErrorLevel%
Original file line number Diff line number Diff line change @@ -13,4 +13,5 @@ if [[ "$@" != *"-pack"* ]]; then
1313 skipFlags=" /p:SkipUsingCrossgen=true /p:SkipBuildingInstallers=true"
1414fi
1515
16+ export DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT=" true"
1617. " $ScriptRoot /eng/common/build.sh" --build --restore $skipFlags " $@ "
Original file line number Diff line number Diff line change 5252 # Avoid downloading Microsoft.Net.Sdk.Compilers.Toolset from feed
5353 # Locally built SDK package version is Major.Minor.0-dev, which won't be available.
5454 $env: BuildWithNetFrameworkHostedCompiler = $false
55+ $env: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = $true
5556
5657 if ($command -eq $null -and $env: DOTNET_SDK_DOGFOOD_SHELL -ne $null ) {
5758 $command = , $env: DOTNET_SDK_DOGFOOD_SHELL
Original file line number Diff line number Diff line change @@ -26,4 +26,5 @@ export MicrosoftNETBuildExtensionsTargets="$artifacts_dir/bin/$configuration/Sdk
2626export PATH=$testDotnetRoot :$PATH
2727export DOTNET_ROOT=$testDotnetRoot
2828export DOTNET_ADD_GLOBAL_TOOLS_TO_PATH=0
29- export PS1=" (dogfood) $PS1 "
29+ export PS1=" (dogfood) $PS1 "
30+ export DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT=" true"
You can’t perform that action at this time.
0 commit comments