diff options
author | Daniel Podder <dapodd@microsoft.com> | 2017-06-01 18:41:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-01 18:41:50 -0500 |
commit | 8f5d775cb4de2b3e765251106991940c09c0859e (patch) | |
tree | 333d3845d0529faf20bcecf5511d2b90185e5894 /dir.props | |
parent | 91329ceefd9efbde1f8486b0a098090e9a10adcb (diff) | |
download | coreclr-8f5d775cb4de2b3e765251106991940c09c0859e.tar.gz coreclr-8f5d775cb4de2b3e765251106991940c09c0859e.tar.bz2 coreclr-8f5d775cb4de2b3e765251106991940c09c0859e.zip |
Fix optdata restore functionality (#11935)
Fix optdata restore functionality (#11935)
Bring back optdata restore functionality following the move to 2.0
BuildTools and csproj-based CLI. Disable a harmless warning that broke
the Linux build when consuming PGO counts due to -Werr.
Fix #11796 for master
Diffstat (limited to 'dir.props')
-rw-r--r-- | dir.props | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -21,6 +21,12 @@ <RoslynPackageName>Microsoft.Net.ToolsetCompilers</RoslynPackageName> </PropertyGroup> + <!-- Profile-based optimization data package versions --> + <PropertyGroup> + <PgoDataPackageVersion>99.99.99-master-20170531-3000</PgoDataPackageVersion> + <!--<IbcDataPackageVersion></IbcDataPackageVersion>--> + </PropertyGroup> + <!-- Switching to the .NET Core version of the BuildTools tasks seems to break numerous scenarios, such as VS intellisense and resource designer as well as runnning the build on mono. Until we can get these sorted out we will continue using the .NET 4.5 version of the tasks. |