Skip to content

Commit 7b81811

Browse files
committed
test: remove DOTNET_ROLL_FORWARD_ON_NO_CANDIDATE_FX env for build
1 parent 9580693 commit 7b81811

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build/build.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ if ($PSVersionTable.PSEdition -ne 'Core') {
2626

2727
$env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
2828
$env:DOTNET_CLI_TELEMETRY_OPTOUT=1
29-
$env:DOTNET_ROLL_FORWARD_ON_NO_CANDIDATE_FX=2
3029

3130
Function Remove-PathVariable([string]$VariableToRemove)
3231
{

build/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ PROJECT_ROOT=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )
1010
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
1111
export DOTNET_CLI_TELEMETRY_OPTOUT=1
1212
export DOTNET_SYSTEM_NET_HTTP_USESOCKETSHTTPHANDLER=0
13-
export DOTNET_ROLL_FORWARD_ON_NO_CANDIDATE_FX=2
1413

1514
if [ ! -d "$PROJECT_ROOT/.dotnet" ]; then
1615
mkdir "$PROJECT_ROOT/.dotnet"

0 commit comments

Comments
 (0)