summaryrefslogtreecommitdiff
path: root/src/.nuget
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 /src/.nuget
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 'src/.nuget')
-rw-r--r--src/.nuget/dir.props5
-rw-r--r--src/.nuget/packageIndex.json2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/.nuget/dir.props b/src/.nuget/dir.props
index c016b1165f..de85ad675f 100644
--- a/src/.nuget/dir.props
+++ b/src/.nuget/dir.props
@@ -5,7 +5,10 @@
<PropertyGroup>
<!-- defined in buildtools packaging.targets, but we need this before targets are imported -->
<PackagePlatform>AnyCPU</PackagePlatform>
-
+
+ <!-- build the transport package which includes product and symbols in addition to standard packages -->
+ <CreatePackedPackage Condition="'$(CreatePackedPackage)' == ''">true</CreatePackedPackage>
+
<!-- Distro rid is passed as runtimeos-arch-->
<_parseDistroRid>$(__DistroRid)</_parseDistroRid>
<_parseDistroRid Condition="'$(_parseDistroRid)' == '' and '$(__BuildOS)' == 'OSX'">osx.10.10-x64</_parseDistroRid>
diff --git a/src/.nuget/packageIndex.json b/src/.nuget/packageIndex.json
new file mode 100644
index 0000000000..7a73a41bfd
--- /dev/null
+++ b/src/.nuget/packageIndex.json
@@ -0,0 +1,2 @@
+{
+} \ No newline at end of file