Fix VersionPrefix

This commit is contained in:
Ryan Brandenburg 2017-07-24 13:50:55 -07:00
parent 5a0847338f
commit 0e38a9fdd8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<!-- Pin versions to work around CLI bug -->
<AspNetCoreVersion Condition="'$(BUILD_PACKAGE_CACHE)' == 'true'">2.0.0-$(VersionSuffix)</AspNetCoreVersion>
<AspNetCoreVersion Condition="'$(BUILD_PACKAGE_CACHE)' == 'true'">$(VersionPrefix)-$(VersionSuffix)</AspNetCoreVersion>
</PropertyGroup>
<ItemGroup>