Andrew Stanton-Nurse
71d5738fff
re-restore test projects at their destination
...
since NuGet now stores the relative path to dependent projects in the lock file, projects need to be restored when they are moved
2016-04-13 17:56:51 -07:00
Andrew Stanton-Nurse
362397a945
ensure dotnet-build can see projects under packages
2016-04-13 17:56:50 -07:00
Andrew Stanton-Nurse
2956446864
update nuget to 1160
2016-04-13 17:56:50 -07:00
Pranav K
8ceb3ba35a
Merge pull request #2470 from dotnet/prkrishn/remove-imports
...
Remove unnecessary dnxcore50 imports from projects
2016-04-13 17:42:32 -07:00
Piotr Puszkiewicz
3f7cd8853a
Merge pull request #2471 from krwq/fix_2446
...
Remove appdepssdk from sdk directory
2016-04-13 16:32:29 -07:00
Piotr Puszkiewicz
8504006842
Merge pull request #2439 from Sridhar-MS/host-bins-sign
...
Bifurcate the compile CoreHost and nuget packing step into two.
2016-04-13 16:30:23 -07:00
Krzysztof Wicher
0b55ca324b
Remove appdepssdk from sdk directory
2016-04-13 13:08:15 -07:00
Krzysztof Wicher
9d71cce383
Merge pull request #2449 from krwq/fix_2404
...
improve error message for unresolved tools
2016-04-13 12:02:00 -07:00
Pranav K
f1f02e644e
Remove unnecessary dnxcore50 imports from projects
2016-04-13 11:59:46 -07:00
Senthil
f82da07fc4
Merge pull request #2443 from schellap/fxr-pol
...
Servicing for hostpolicy
2016-04-13 01:16:51 -07:00
Pavel Krymets
bde7d72b8f
Merge pull request #2401 from dotnet/pakrym/lib-runtime-config
...
Do not generate and pack runtime config for libraries
2016-04-12 21:01:03 -07:00
Senthil
0fec9842df
Servicing for hostpolicy
2016-04-12 20:40:49 -07:00
Pavel Krymets
f4b1a400f6
Do not generate and pack runtime config for libraries
2016-04-12 19:18:58 -07:00
Pavel Krymets
482f36d26b
Merge pull request #2371 from dotnet/pakrym/low-fat
...
Make desktop publishing "half-portable" by default
2016-04-12 19:13:34 -07:00
Krzysztof Wicher
0b746ee559
improve error message for unresolved tools
2016-04-12 16:44:34 -07:00
Troy Dai
065e8352fc
Merge pull request #2441 from dotnet/troy/2420
...
Send DependencyDiagnostics after Dependencies message
2016-04-12 16:30:27 -07:00
Andrew Stanton-Nurse
a48596ff23
make 'platform' flag dependent upon CLI bitness
...
this will make net451 deployment work for x86 apps
2016-04-12 16:11:00 -07:00
Andrew Stanton-Nurse
f2bf60d06f
add separate test for publish layout
2016-04-12 16:09:53 -07:00
Pavel Krymets
586acf4210
Add description to asset trimming code
2016-04-12 16:09:53 -07:00
Pavel Krymets
af53b02c13
Fix project.json merge issue
2016-04-12 16:09:53 -07:00
Andrew Stanton-Nurse
14770ae5ba
Add tests for "half-portable" scenario
2016-04-12 16:09:53 -07:00
Pavel Krymets
2d3a1fd177
Make desktop publishing "half-portable" by default
2016-04-12 16:09:53 -07:00
Pavel Krymets
6184943910
Merge pull request #2437 from dotnet/pakrym/publish-base-path
...
Fix publish when build was ran using build-base-path
2016-04-12 15:42:58 -07:00
Bryan Thornbury
b0588fc4be
Merge pull request #2220 from dotnet/brthor/cross-publish
...
Enable Cross Platform Publishing and add tests
2016-04-12 15:34:28 -07:00
Troy Dai
20c24a0b36
Send DependencyDiagnostics after Dependencies message
2016-04-12 14:32:45 -07:00
Sridhar Periyasamy
574222d06a
Bifurcate the compile CoreHost and nuget packing step into two.
...
This is needed to insert a signing step between them where hostfxr.dll and
hostpolicy.dll will be signed.
Fixes - #2413
2016-04-12 14:14:32 -07:00
Pavel Krymets
cf0673333d
Fix publish when build was ran using build-base-path
2016-04-12 13:30:18 -07:00
Senthil
aed81d43db
Merge pull request #2412 from schellap/fxpresvc
...
FX Servicing and Prerelease Roll Forward Policy
2016-04-12 13:28:35 -07:00
Sridhar Periyasamy
cfd3e0f559
Merge pull request #2403 from dotnet/devdiv-to-mseng
...
Update README.md
2016-04-12 13:25:44 -07:00
Bryan Thornbury
709f7b7d14
Enable Cross Publishing and add tests
...
WIP
WIP
WIP
Test out not publishing runtimeAssets
WIP
WiP x-publish
update cross-publish-test
Update Cross Publish tests
remove --config from restore
fix build
update cross publish tests
fix test compilation error
test failure fix
fix test failure
update tests
tracing
fix desktop publishing
do publish with no build, call build manually
fix
Make host publish optional, fix faux libraries?
update
Cross Publish test working
try changing test to netcore.app
fallback to host from current platform
revert change to project.json to target Microsoft.NETCore.App
fallback to compilation build output
update kestrel standalone app project.json
Make project tools command resolver test more self-contained.
make Kestrel Standalone restore against N-1
2016-04-12 13:00:04 -07:00
Senthil
62239926a8
Fix servicing policies
2016-04-12 12:09:18 -07:00
Senthil
1a0b9bba98
Merge pull request #2422 from schellap/fxr-pol
...
CoreHost.exe hostpolicy should be picked sxs
2016-04-12 11:15:13 -07:00
Piotr Puszkiewicz
0128033afd
Merge pull request #2340 from krwq/install_scripts_rename
...
rename install.ps1/sh to dotnet-install.ps1/sh to match documentation
2016-04-12 10:17:40 -07:00
schellap
351245bce3
CoreHost.exe hostpolicy should be picked sxs
2016-04-12 09:49:49 -07:00
Eric Erhardt
ed9309b90b
Merge pull request #2399 from eerhardt/NewRoslyn
...
Update Roslyn to 1.3.0-beta1-20160410-01.
2016-04-12 08:57:54 -05:00
Senthil
5f2183489f
Merge pull request #2392 from schellap/fxr-pol
...
Make hostfxr backward compatible with hostpolicy
2016-04-11 22:16:56 -07:00
Senthil
38be724c3b
Make interface untyped
2016-04-11 19:58:14 -07:00
Senthil
49db7b246b
Merge pull request #2409 from schellap/rcfg
...
Add runtimeconfig to corehost as well
2016-04-11 15:21:04 -07:00
Piotr Puszkiewicz
a7ae7b0091
Merge pull request #2328 from danquirk/MoveTelemetryToDotNet
...
Move telemetry dependency out of Utils and into dotnet
2016-04-11 15:17:19 -07:00
Bryan Thornbury
74a42de245
Merge pull request #2387 from dotnet/brthor/race
...
fix the race condition when generating deps.json, and add some covera…
2016-04-11 14:16:09 -07:00
Senthil
35380c3e77
Add runtimeconfig to corehost as well
2016-04-11 12:37:11 -07:00
Sridhar Periyasamy
67bbca00c9
Update README.md
...
We have moved the Linux build definitions to mseng subscription. So updating the build status badges to reflect that.
@dotnet-bot skip ci please
2016-04-11 11:21:47 -07:00
Eric Erhardt
c41a0a0ceb
Update Roslyn to 1.3.0-beta1-20160410-01.
2016-04-11 09:35:09 -05:00
Zlatko Knezevic
2be5e84f87
Update known-issues.md ( #1862 )
...
Add the section on Win7 timeout issue.
2016-04-08 19:42:16 -07:00
Bryan Thornbury
d3d64a4033
fix the race condition when generating deps.json, and add some coverage of this scenario
...
update reporter to verbose
fix
fix usings for test
update the test
2016-04-08 18:16:49 -07:00
Zlatko Knezevic
b3c77054bd
[WIP]: New version of the installation spec ( #1831 )
...
* New version of the installation spec
Added things around the installation process, upgrades and removals. Also added more parameters for the install script.
* Responding to PR feedback'
2016-04-08 17:49:46 -07:00
Andrew Stanton-Nurse
803fef6a8b
fix equality issue in DependencyContextLoader ( #2379 )
...
When checking if the provided assembly is the Entry Point Assembly, we
previously just checked if the AssemblyNames were equal, but it turns
out AssemblyName doesn't implement Equals, so it was using Reference
Equality, which fails. This change uses Assembly.Equals, which has an
Equals implementation that works.
Also adds some tests to ensure it's working.
This unblocks scenarios where the EntityFramework `dotnet-ef` command
was trying to read DependencyContext.Default but receiving a null
reference.
2016-04-08 15:33:32 -07:00
Troy Dai
3d157d0ec8
Merge pull request #2363 from dotnet/troy/2344
...
Stop adding default desktop assembly reference repeatedly.
2016-04-08 15:25:39 -07:00
Sridhar Periyasamy
3af38bf0fe
Merge pull request #2378 from Sridhar-MS/kestrel-fix
...
Increasing timeout to check Kestrel Server is up.
2016-04-08 14:30:08 -07:00
Pawel Kadluczka
44be0cb3c0
Merge pull request #2358 from dotnet/pawelka/outname_pack
...
Enabling creating packages with different names than target libraries
2016-04-08 14:24:29 -07:00