Skip to content

Commit 9a47a7b

Browse files
committed
CSHARP-2751: Fix build script so that tests can run again
1 parent 405cb7c commit 9a47a7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ $MODULES_PACKAGES_CONFIG = Join-Path $MODULES_DIR "packages.config"
107107
# INSTALL .NET CORE CLI
108108
###########################################################################
109109

110-
$DotNetChannel = "Current";
110+
$DotNetChannel = "2.1";
111111
$DotNetVersion = "Latest";
112112
$DotNetInstallerUri = "https://dot.net/v1/dotnet-install.ps1";
113113
Function Remove-PathVariable([string]$VariableToRemove)
@@ -279,4 +279,4 @@ $cakeArguments += $ScriptArgs
279279
Write-Host "Running build script..."
280280
echo $CAKE_EXE $cakeArguments
281281
&$CAKE_EXE $cakeArguments
282-
exit $LASTEXITCODE
282+
exit $LASTEXITCODE

0 commit comments

Comments
 (0)