Merge pull request #7265 from mlorbetske/dev/mlorbe/SwitchToNoTimestampPackages

Switch to picking up the no-timestamp runtime store and package cache
This commit is contained in:
Livar 2017-07-25 21:44:40 -07:00 committed by GitHub
commit e351e4fd19

View file

@ -34,7 +34,7 @@
<XliffTasksVersion>0.2.0-beta-000042</XliffTasksVersion>
<!-- This should either be timestamped or notimestamp as appropriate -->
<AspNetCoreRuntimePackageFlavor>timestamped</AspNetCoreRuntimePackageFlavor>
<AspNetCoreRuntimePackageFlavor>notimestamp</AspNetCoreRuntimePackageFlavor>
<!--BranchName and AspNetCoreVersion will not always be the same-->
<AspNetCoreBranchName>2.0.0</AspNetCoreBranchName>
<AspNetCoreRelease>rtm</AspNetCoreRelease>