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