summaryrefslogtreecommitdiff
path: root/tests/dir.props
diff options
context:
space:
mode:
authorchcosta <chcosta@microsoft.com>2017-03-08 16:07:32 -0800
committerGitHub <noreply@github.com>2017-03-08 16:07:32 -0800
commit8f23fca0ff57c97707d4f6b5068e8044d2dcc13c (patch)
treec41607d9ef3007cd1107a075f7aa700916589179 /tests/dir.props
parent5bdc20368230e271000109319f3e3236e855d374 (diff)
downloadcoreclr-8f23fca0ff57c97707d4f6b5068e8044d2dcc13c.tar.gz
coreclr-8f23fca0ff57c97707d4f6b5068e8044d2dcc13c.tar.bz2
coreclr-8f23fca0ff57c97707d4f6b5068e8044d2dcc13c.zip
Update to buildtools version 1.0.27-prerelease-01407-02, and enable creating transport packages (#10020)
* Update BuildTools fixes * Update to buildtools version 1.0.27-prerelease-01407-02, and enable building transport packages * fix netcore project * Avoid msb3644 error * Fix bad copy
Diffstat (limited to 'tests/dir.props')
-rw-r--r--tests/dir.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dir.props b/tests/dir.props
index 329e4bcc60..f4187f4b61 100644
--- a/tests/dir.props
+++ b/tests/dir.props
@@ -15,7 +15,7 @@
<!--
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.
+ as well as runnning the build on mono. Until we can get these sorted out we will continue using the .NET 4.6 version of the tasks.
-->
<PropertyGroup>
<BuildToolsTargets45>true</BuildToolsTargets45>
@@ -29,7 +29,7 @@
<PackagesDir>$(ProjectDir)..\packages\</PackagesDir>
<ToolsDir Condition="'$(ToolsDir)'==''">$(ProjectDir)..\Tools\</ToolsDir>
<DotnetCliPath Condition="'$(DotnetCliPath)'==''">$(ToolsDir)dotnetcli/</DotnetCliPath>
- <BuildToolsTaskDir Condition="'$(BuildToolsTargets45)' == 'true'">$(ToolsDir)net45/</BuildToolsTaskDir>
+ <BuildToolsTaskDir Condition="'$(BuildToolsTargets45)' == 'true'">$(ToolsDir)net46/</BuildToolsTaskDir>
<SkipImportILTargets>true</SkipImportILTargets>
</PropertyGroup>