Branch for 1.1.0-msbuild4-final
This commit is contained in:
parent
64d4b1da0c
commit
fc7d772980
|
|
@ -64,5 +64,5 @@ if (!(Test-Path $buildFolder)) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&".build\dotnet\dotnet-install.ps1" -Channel 'master' -SharedRuntime -Version '1.2.0-beta-001304-00' -Architecture x64
|
# &".build\dotnet\dotnet-install.ps1" -Channel 'master' -SharedRuntime -Version '1.2.0-beta-001304-00' -Architecture x64
|
||||||
&"$buildFile" $args
|
&"$buildFile" $args
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
<Project>
|
<Project>
|
||||||
<Import Project="..\version.props" />
|
<Import Project="..\version.props" />
|
||||||
<Import Project="..\.build\common.props" Condition="Exists('..\.build\common.props')" />
|
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Product>Microsoft ASP.NET Core</Product>
|
<Product>Microsoft ASP.NET Core</Product>
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
<!-- This file may be overwritten by automation. Only values allowed here are VersionPrefix and VersionSuffix. -->
|
<!-- This file may be overwritten by automation. Only values allowed here are VersionPrefix and VersionSuffix. -->
|
||||||
<Project>
|
<Project>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>1.1.0-rtm</Version>
|
<Version>1.1.0-msbuild4-final</Version>
|
||||||
<Version Condition="'$(BuildNumber)'!=''">$(Version)-$(BuildNumber)</Version>
|
<PackageVersion>$(Version)</PackageVersion>
|
||||||
<PackageVersion>1.1.0</PackageVersion>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
Loading…
Reference in New Issue