File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 129
129
<Message Text =" ============ Building $(RepositoryToBuild) ============" Importance =" High" />
130
130
131
131
<Exec
132
- Command =" ./$(_BuildScriptToExecute) -Path $(BuildRepositoryRoot) $(BuildArguments)"
132
+ Command =" ./$(_BuildScriptToExecute) -Path $(BuildRepositoryRoot.TrimEnd('\') ) $(BuildArguments)"
133
133
IgnoreStandardErrorWarningFormat =" true"
134
134
WorkingDirectory =" $(RepositoryRoot)"
135
135
IgnoreExitCode =" true"
Original file line number Diff line number Diff line change 32
32
<MicrosoftAspNetCoreBuildToolsApiCheckPackageVersion >$(KoreBuildVersion)</MicrosoftAspNetCoreBuildToolsApiCheckPackageVersion >
33
33
<InternalAspNetCoreSdkPackageVersion >$(KoreBuildVersion)</InternalAspNetCoreSdkPackageVersion >
34
34
<InternalAspNetCoreSiteExtensionSdkPackageVersion >$(KoreBuildVersion)</InternalAspNetCoreSiteExtensionSdkPackageVersion >
35
- <InternalAspNetCoreSdkPackageVersion Condition =" '$(KoreBuildVersion)' == '' " >2.2.1-build-20190110 .1</InternalAspNetCoreSdkPackageVersion >
35
+ <InternalAspNetCoreSdkPackageVersion Condition =" '$(KoreBuildVersion)' == '' " >2.2.1-build-20190318 .1</InternalAspNetCoreSdkPackageVersion >
36
36
</PropertyGroup >
37
37
38
38
<!-- These are package versions that should not be overridden or updated by automation. -->
173
173
<MicrosoftNETCoreApp21PackageVersion >2.1.3</MicrosoftNETCoreApp21PackageVersion >
174
174
<MicrosoftNETCoreDotNetAppHost21PackageVersion >$(MicrosoftNETCoreApp21PackageVersion)</MicrosoftNETCoreDotNetAppHost21PackageVersion >
175
175
<MicrosoftNETCoreWindowsApiSetsPackageVersion >1.0.1</MicrosoftNETCoreWindowsApiSetsPackageVersion >
176
- <MicrosoftNETFrameworkReferenceAssembliesPackageVersion >1.0.0-alpha-004 </MicrosoftNETFrameworkReferenceAssembliesPackageVersion >
176
+ <MicrosoftNETFrameworkReferenceAssembliesPackageVersion >1.0.0-alpha-5 </MicrosoftNETFrameworkReferenceAssembliesPackageVersion >
177
177
<MicrosoftNETTestSdkPackageVersion >15.9.0</MicrosoftNETTestSdkPackageVersion >
178
178
<MicrosoftOwinSecurityCookiesPackageVersion >3.0.1</MicrosoftOwinSecurityCookiesPackageVersion >
179
179
<MicrosoftOwinSecurityPackageVersion >3.0.1</MicrosoftOwinSecurityPackageVersion >
Original file line number Diff line number Diff line change 3
3
"version" : " 2.2.102"
4
4
},
5
5
"msbuild-sdks" : {
6
- "Internal.AspNetCore.Sdk" : " 2.2.1-build-20190117.2 "
6
+ "Internal.AspNetCore.Sdk" : " 2.2.1-build-20190318.1 "
7
7
}
8
8
}
Original file line number Diff line number Diff line change 1
- version:2.2.1-build-20190117.2
2
- commithash:66f8343ddf482908dd82005dd2154c9e2776e2a1
1
+ version:2.2.1-build-20190318.1
2
+ commithash:530ec9c3c7892073cd179a0ad7242d9398efd8e8
You can’t perform that action at this time.
0 commit comments