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 (
7
7
REM skip crossgen for inner-loop builds to save a ton of time
8
8
set skipFlags = " /p:SkipUsingCrossgen=true /p:SkipBuildingInstallers=true"
9
9
)
10
+ set DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = true
10
11
powershell -NoLogo -NoProfile -ExecutionPolicy ByPass -command " & " " " %~dp0 eng\common\build.ps1" " " -restore -build -msbuildEngine dotnet %skipFlags% %* "
11
12
exit /b %ErrorLevel%
Original file line number Diff line number Diff line change @@ -13,4 +13,5 @@ if [[ "$@" != *"-pack"* ]]; then
13
13
skipFlags=" /p:SkipUsingCrossgen=true /p:SkipBuildingInstallers=true"
14
14
fi
15
15
16
+ export DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT=" true"
16
17
. " $ScriptRoot /eng/common/build.sh" --build --restore $skipFlags " $@ "
Original file line number Diff line number Diff line change 52
52
# Avoid downloading Microsoft.Net.Sdk.Compilers.Toolset from feed
53
53
# Locally built SDK package version is Major.Minor.0-dev, which won't be available.
54
54
$env: BuildWithNetFrameworkHostedCompiler = $false
55
+ $env: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = $true
55
56
56
57
if ($command -eq $null -and $env: DOTNET_SDK_DOGFOOD_SHELL -ne $null ) {
57
58
$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
26
26
export PATH=$testDotnetRoot :$PATH
27
27
export DOTNET_ROOT=$testDotnetRoot
28
28
export 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