Update build tools to 2.2.0-preview2-20181031.2
This commit is contained in:
parent
eb79d8f75e
commit
c2e9ca24d3
|
|
@ -21,7 +21,7 @@
|
|||
<PropertyGroup>
|
||||
<_RestoreGraphProjectInput>@(ProjectToBuild)</_RestoreGraphProjectInput>
|
||||
<SharedFxBuildProperties>
|
||||
$(SolutionProperties);
|
||||
$(BuildProperties);
|
||||
SharedFxRid=$(SharedFxRid);
|
||||
DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath);
|
||||
DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath)
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
<UnitTestFxTrxPhysicalFilePath Condition="'$(HostMachineRepositoryRoot)' != ''">$(HostMachineRepositoryRoot)/artifacts/logs/SharedFx-UnitTests.trx</UnitTestFxTrxPhysicalFilePath>
|
||||
</PropertyGroup>
|
||||
|
||||
<MSBuild Projects="$(UnitTestFxProject)" Targets="GetTargetPath" Properties="$(SolutionProperties)">
|
||||
<MSBuild Projects="$(UnitTestFxProject)" Targets="GetTargetPath" Properties="$(BuildProperties)">
|
||||
<Output TaskParameter="TargetOutputs" ItemName="SharedFxTestAssembly" />
|
||||
</MSBuild>
|
||||
|
||||
|
|
|
|||
12
global.json
12
global.json
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"sdk": {
|
||||
"version": "2.2.100-rtm-009571"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Internal.AspNetCore.Sdk": "2.2.0-preview2-20181029.2"
|
||||
"sdk": {
|
||||
"version": "2.2.100-rtm-009571"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Internal.AspNetCore.Sdk": "2.2.0-preview2-20181031.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
version:2.2.0-preview2-20181029.2
|
||||
commithash:d3fd31bc75010d3b5ee4cb9b55ebd383b0cd628c
|
||||
version:2.2.0-preview2-20181031.2
|
||||
commithash:4c07148aca6305fe180792bdaefeb0a573b796ad
|
||||
|
|
|
|||
Loading…
Reference in New Issue