Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Commit a1671c9

Browse files
author
Nate McMaster
committed
Update build tools to 2.0.2-rc1-15526
1 parent b537eb4 commit a1671c9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,4 @@ global.json
3636
BenchmarkDotNet.Artifacts/
3737
Microsoft.VisualStudio.RazorExtension.nuget.props
3838
Microsoft.VisualStudio.RazorExtension.nuget.targets
39-
korebuild-lock.txt
4039
*.g.targets
41-

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ function Get-KoreBuild {
103103
}
104104
}
105105
catch {
106-
remove-item -Recurse -Force $korebuildPath -ErrorAction Ignore
106+
Remove-Item -Recurse -Force $korebuildPath -ErrorAction Ignore
107107
throw
108108
}
109109
finally {
110-
remove-item $tmpfile -ErrorAction Ignore
110+
Remove-Item $tmpfile -ErrorAction Ignore
111111
}
112112
}
113113

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RED="\033[0;31m"
1111
YELLOW="\033[0;33m"
1212
MAGENTA="\033[0;95m"
1313
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
14-
[ -z "${DOTNET_HOME:-}"] && DOTNET_HOME="$HOME/.dotnet"
14+
[ -z "${DOTNET_HOME:-}" ] && DOTNET_HOME="$HOME/.dotnet"
1515
config_file="$DIR/korebuild.json"
1616
verbose=false
1717
update=false

build/dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<BenchmarkDotNetPackageVersion>0.10.3</BenchmarkDotNetPackageVersion>
4-
<InternalAspNetCoreSdkPackageVersion>2.0.2-beta-15522</InternalAspNetCoreSdkPackageVersion>
4+
<InternalAspNetCoreSdkPackageVersion>2.0.2-rc1-15526</InternalAspNetCoreSdkPackageVersion>
55
<MicrosoftAspNetCoreHtmlAbstractionsPackageVersion>2.0.0</MicrosoftAspNetCoreHtmlAbstractionsPackageVersion>
66
<MicrosoftAspNetCoreTestingPackageVersion>2.0.0</MicrosoftAspNetCoreTestingPackageVersion>
77
<MicrosoftCodeAnalysisCommonPackageVersion>2.3.1</MicrosoftCodeAnalysisCommonPackageVersion>

korebuild-lock.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
version:2.0.2-rc1-15526
2+
commithash:436afc3dc08f5e278431db807866cc5f032f4d7b

0 commit comments

Comments
 (0)