Dan Quirk
b3495e3322
Use sh instead of bash
2016-04-05 18:03:06 -07:00
Dan Quirk
4622a320c9
package_tool should only package postinst for correct package
2016-04-05 18:03:06 -07:00
Dan Quirk
a797d93660
Cleanup
2016-04-05 18:03:06 -07:00
Dan Quirk
561f856e36
Add postinstall script to debian package for telemetry notification
2016-04-05 18:03:06 -07:00
Eric Erhardt
49fae29b7b
Merge pull request #2149 from danquirk/EULAUpdate3
...
EULA update for telemetry/data collection
2016-04-05 19:38:35 -05:00
Eric Erhardt
965547bd8a
Merge pull request #2145 from dotnet/lakshanf/issue2066/telemetry
...
Lakshanf/issue2066/telemetry
2016-04-05 19:37:58 -05:00
Bryan Thornbury
fa01c9a154
Merge pull request #2215 from dotnet/brthor/version-manpages
...
Enable SxS Installation of the SDK debian packages
2016-04-05 15:41:11 -07:00
Livar
95a7d5607f
Merge pull request #2284 from livarcocc/tests_with_same_name
...
Changing the name of two tests that conflict with each other and fail…
2016-04-05 14:43:54 -07:00
Eric Erhardt
5e617bbb43
Merge pull request #2283 from eerhardt/NewNuGet
...
Update NuGet to 3.5.0-beta-1130
2016-04-05 15:29:10 -05:00
Livar
8f7ab0e61c
Merge pull request #2280 from livarcocc/projectModel_project_json
...
Removing linq from projectmodel net45 dependencies. It got there acci…
2016-04-05 12:44:36 -07:00
Bryan Thornbury
e64d4fc81b
Merge pull request #2272 from dotnet/brthor/ship-pdbs
...
Publish an Archive with the SDK Pdbs
2016-04-05 12:13:01 -07:00
Livar Cunha
a07c396129
Changing the name of two tests that conflict with each other and fail inconsistently when the tests run in parallel because they stomp on each other.
2016-04-05 12:06:30 -07:00
Eric Erhardt
ed82fd2e66
Update NuGet to 3.5.0-beta-1130
2016-04-05 13:42:16 -05:00
Livar Cunha
40cd8650ce
Removing linq from projectmodel net45 dependencies. It got there accidently.
2016-04-05 11:14:36 -07:00
Eric Erhardt
00a0668a5e
Merge pull request #2268 from eerhardt/UpdateDepsMessage
...
Enhance the update-dependencies script
2016-04-05 12:39:32 -05:00
Matt Ellis
f757468dde
Merge pull request #1939 from ellismg/chain-vc-redist
...
Chain in VC Redist
2016-04-05 10:03:06 -07:00
Troy Dai
cb14076b38
Merge pull request #2249 from dotnet/troy/2200
...
Use default version for unresolved MSBuild reference
2016-04-05 09:05:18 -07:00
Pavel Krymets
87ee62c282
Merge pull request #2226 from dotnet/pakrym/no-trim-refs
...
Do not trim refs
2016-04-05 08:55:41 -07:00
Eric Erhardt
e0542adf51
Add corehost/packaging/dir.props CoreFX version replacement to the UpdateDependencies script.
2016-04-05 10:50:35 -05:00
Troy Dai
e63c0f82c9
Use default version for unresolved MSBuild reference
2016-04-05 08:32:58 -07:00
Troy Dai
c6eb0fa59a
Add test cover adding MSBuild reference scenario
2016-04-05 08:32:58 -07:00
Troy Dai
16bd0dd10d
Merge pull request #2247 from dotnet/troy/dth.tests
...
Add two tests for project model server
2016-04-05 08:30:55 -07:00
Pavel Krymets
8831bb4a8b
Do not trim refs
2016-04-05 08:06:17 -07:00
Bryan Thornbury
10aeb9e6f1
Add a Sdk Debug Archive
2016-04-04 20:13:13 -07:00
Dan Quirk
0d067be964
Use static member
2016-04-04 18:58:22 -07:00
Dan Quirk
d59b7d8034
Use https link
2016-04-04 18:29:21 -07:00
Eric Erhardt
e7718b7163
Enhance the update-dependencies script:
...
- Add the new version number to the commit and PR message.
- Check if anything has been updated and no-op if there wasn't anything updated.
- Add support to CC indviduals on the PR.
2016-04-04 19:37:36 -05:00
Dan Quirk
b5e1042d06
Use InternalsVisibleTo for testing
2016-04-04 17:33:09 -07:00
Dan Quirk
3e4edf1688
CR feedback part 1
2016-04-04 16:18:47 -07:00
Matt Ellis
ea317f9386
Chain in VC++ Redist to Bundle
2016-04-04 15:31:25 -07:00
Lakshan Fernando
e077b60382
add test dependency
2016-04-04 15:26:06 -07:00
Lakshan Fernando
a506a25c18
using typo
2016-04-04 15:26:06 -07:00
Lakshan Fernando
25745d9d4e
Implemented Telemetry class via an interface for test ease
2016-04-04 15:26:06 -07:00
Lakshan Fernando
d9e169e77a
Stopped collecting command arguments due to PII concerns
2016-04-04 15:26:06 -07:00
Lakshan Fernando
e9a6c4350a
added comment to the instrumentation key field
2016-04-04 15:26:06 -07:00
Lakshan Fernando
689a72ffb5
incorporate CR feedback for the first PR
2016-04-04 15:26:06 -07:00
Lakshan Fernando
6b84a10e57
Telemetry PR
2016-04-04 15:26:06 -07:00
Livar
f665c28173
Merge pull request #2227 from livarcocc/runtime_config_from_project_json
...
Copy runtimeoptions from project.json to runtimeconfig.json
2016-04-04 14:06:16 -07:00
Livar Cunha
7b209e5603
Moved ProjectModel to json.net for GlobalSettings and Project.json. Kept LockFileReader using the old API as I don't have the cycles to add the tests for it at the moment.
...
Added unit tests covering parsing of Json for all the pieces of the project.json
Added a RawRuntimeOptions to Project and made Executable deserialize that into the runtimeOptions of runtimeconfig.json
Added tests to cover copying runtimeoptions during dotnet build.
2016-04-04 12:11:27 -07:00
Joel Verhagen
f6fa1cf060
Enable parallel restore
2016-04-04 09:11:15 -07:00
Troy Dai
9cec3e3152
Add two tests for project model server
2016-04-03 19:29:23 -07:00
Justin Emgarten
60b23d5115
Merge pull request #2224 from dotnet/emgarten/nuget1123
...
Updating NuGet to 1123
2016-04-01 22:27:54 -07:00
Justin Emgarten
9c31501deb
Updating nuget to beta-1123
2016-04-01 21:09:05 -07:00
Senthil
5b38dd6765
Merge pull request #2191 from schellap/dev-json
...
Support runtimeconfig.dev.json
2016-04-01 20:12:50 -07:00
schellap
f5411abdf0
Support runtimeconfig.dev json
2016-04-01 19:32:02 -07:00
Bryan Thornbury
7de3b95bbd
version the manpages before packing them for the sdk deb package
...
update
Update
fix
2016-04-01 15:42:01 -07:00
Peter Marcu
813049dabe
Merge pull request #2147 from dotnet/rich-patch
...
Clean up product naming
2016-04-01 13:41:44 -07:00
Sridhar Periyasamy
389c405ed0
Merge pull request #2163 from Sridhar-MS/installer-fixes
...
Fix installer issues
2016-04-01 13:41:36 -07:00
Peter Marcu
a28369bfe0
Merge pull request #2169 from dotnet/brthor/version-sha
...
Make version badges links to .version file with commit sha
2016-04-01 09:50:11 -07:00
Eric Erhardt
47530fce56
Merge pull request #2188 from eerhardt/UpdateRoslyn
...
Updating Roslyn packages to 1.3.0-beta1-20160329-01.
2016-04-01 09:37:01 -05:00