summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorDaniel Podder <dpodder@gmail.com>2017-09-09 12:33:18 -0700
committerGitHub <noreply@github.com>2017-09-09 12:33:18 -0700
commitd6900913634dc59099149fbe6106c6a304da63eb (patch)
treeb59da7393029ddc6fa69bb28ae4a5f54a7884c72 /dir.props
parent00aab411f0c34d17b6545202a50b6c566ba5bc73 (diff)
downloadcoreclr-d6900913634dc59099149fbe6106c6a304da63eb.tar.gz
coreclr-d6900913634dc59099149fbe6106c6a304da63eb.tar.bz2
coreclr-d6900913634dc59099149fbe6106c6a304da63eb.zip
Enable auto-update for PGO data (#13883)
Move PgoDataPackageVersion into dependencies.props, which enables auto-update functionality. Also, update optdata version to 20170908-1805.
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props6
1 files changed, 0 insertions, 6 deletions
diff --git a/dir.props b/dir.props
index f680ccc7fe..45545d3849 100644
--- a/dir.props
+++ b/dir.props
@@ -22,12 +22,6 @@
<RoslynPackageName>Microsoft.Net.ToolsetCompilers</RoslynPackageName>
</PropertyGroup>
- <!-- Profile-based optimization data package versions -->
- <PropertyGroup>
- <PgoDataPackageVersion>99.99.99-master-20170830-0123</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.