File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
$CakeVersion = " 0.30.0"
2
- $DotNetVersion = " 2.1.401 " ;
2
+ $DotNetVersion = " 2.1.403 " ;
3
3
$DotNetInstallerUri = " https://dot.net/v1/dotnet-install.ps1" ;
4
4
5
5
# Make sure tools folder exists
@@ -93,4 +93,4 @@ if ($LASTEXITCODE -eq 0)
93
93
{
94
94
& " $CakeExePath " ./ build.cake $args
95
95
}
96
- exit $LASTEXITCODE
96
+ exit $LASTEXITCODE
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
# Define varibles
3
3
CAKE_VERSION=0.30.0
4
- DOTNET_VERSION=2.1.401
4
+ DOTNET_VERSION=2.1.403
5
5
SCRIPT_DIR=$( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd )
6
6
TOOLS_DIR=$SCRIPT_DIR /tools
7
7
CAKE_EXE=$TOOLS_DIR /dotnet-cake
52
52
# ##########################################################################
53
53
54
54
# Start Cake
55
- (exec " $CAKE_EXE " build.cake --bootstrap) && (exec " $CAKE_EXE " build.cake " $@ " )
55
+ (exec " $CAKE_EXE " build.cake --bootstrap) && (exec " $CAKE_EXE " build.cake " $@ " )
You can’t perform that action at this time.
0 commit comments