Skip to content

Commit 23493a9

Browse files
authored
Bump .NET Core SDK to the latest (2.1.512) (#19257)
* Bump .NET Core SDK to the latest (2.1.512) - use just-built aspnet/BuildTools * Clean up build of templating submodule - response file otherwise contains invalid `/p:RepositoryRoot="...\Templating\\\"`
1 parent 2604ce9 commit 23493a9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

build/RepositoryBuild.targets

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,9 @@
119119

120120
<Message Text="============ Building $(RepositoryToBuild) ============" Importance="High" />
121121

122+
<!-- Remove final slash in $(BuildRepositoryRoot) to avoid problems due to KoreBuild adding one on Windows. -->
122123
<Exec
123-
Command="./$(_BuildScriptToExecute) -Path $(BuildRepositoryRoot) $(BuildArguments)"
124+
Command="./$(_BuildScriptToExecute) -Path $(BuildRepositoryRoot.TrimEnd('\\')) $(BuildArguments)"
124125
IgnoreStandardErrorWarningFormat="true"
125126
WorkingDirectory="$(RepositoryRoot)"
126127
IgnoreExitCode="true"
@@ -163,8 +164,9 @@
163164

164165
<Message Text="============ Testing $(RepositoryToBuild) ============" Importance="High" />
165166

167+
<!-- Remove final slash in $(BuildRepositoryRoot) to avoid problems due to KoreBuild adding one on Windows. -->
166168
<Exec Condition="'$(SkipTestsDueToMissingSharedFx)' != 'true' "
167-
Command="./$(_BuildScriptToExecute) -Path $(BuildRepositoryRoot) $(BuildArguments)"
169+
Command="./$(_BuildScriptToExecute) -Path $(BuildRepositoryRoot.TrimEnd('\\')) $(BuildArguments)"
168170
IgnoreStandardErrorWarningFormat="true"
169171
WorkingDirectory="$(RepositoryRoot)"
170172
IgnoreExitCode="true">

korebuild-lock.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version:2.1.7-build-20190110.2
2-
commithash:00aefcfd284db33352f35bfa2c74c65f8580e372
1+
version:2.1.7-build-20200221.1
2+
commithash:96fb43f7c4a724d7af26b053240182760ac80a9b

0 commit comments

Comments
 (0)