Livar Cunha
5d0aefe59f
Clean up from the move to RC3 packages. Removed the dotnet-core dependency on NuGet.Config now that we have RC3 packages in the cli-deps feed. Re-enabled crossgen for windows now that we added JITPath to the crossgen call.
2016-05-27 00:18:37 -05:00
Bryan Thornbury
f73351cf6e
Merge pull request #3258 from dotnet/brthor/download-sharedfx
...
Stop downloading core setup dependencies in every build
2016-05-26 18:16:28 -07:00
Eric Erhardt
f46be283f1
Merge pull request #3260 from eerhardt/UpdateDependencies
...
Update CoreFx, SharedFx, Roslyn to rc3-24126-00, rc3-004312, beta1-20160525-03
2016-05-26 18:06:53 -05:00
Eric Erhardt
08a3ffe3aa
Move to netstandard1.6
...
This is needed because DependencyModel uses the AppContext.GetData API, which is only available in netstandard1.6 as of CoreFX build rc3-24126.
2016-05-26 15:42:30 -05:00
Bryan Thornbury
7909c6a3d5
Stop downloading core setup dependencies in every build, when we already have them.
2016-05-26 13:32:14 -07:00
Eric Erhardt
409ccb2c9c
Add WorkingDirectory to output when a command fails for easier debugging.
2016-05-26 15:00:54 -05:00
Bryan Thornbury
a365414f01
Merge pull request #3257 from dotnet/brthor/stop-nuking-latest
...
stop nuking latest binaries
2016-05-26 11:56:32 -07:00
Eric Erhardt
cc178d425f
Update CoreFx, SharedFx to rc3-24126-00, rc3-004312
2016-05-26 13:11:22 -05:00
Bryan Thornbury
66381098dd
stop nuking latest binaries
2016-05-26 10:20:14 -07:00
Eric Erhardt
70ed305171
Update dotnet-new project.json templates
...
Now that Microsoft.NETCore.App is built in a separate repo, we don't need the project.json.pretemplate files.
2016-05-26 09:44:21 -05:00
Eric Erhardt
06ec7ddf47
Add core-setup to update-dependencies.
...
Update-dependencies will now update all the shared framework and host dependencies in CLI.
2016-05-26 09:44:19 -05:00
Eric Erhardt
8e1b587d34
Merge pull request #3241 from eerhardt/UpdateCoreFX
...
Enhance update-dependencies
2016-05-26 07:50:09 -05:00
Senthil
e9e4427b42
Update core-setup dependency versions ( #3231 )
...
Pick up host with JIT_PATH property
2016-05-25 23:12:19 -07:00
Eric Erhardt
bbd5f7549e
Fix build failure in PublishTargets.
...
InitPublish is trying to access a BuildContext variable that is no longer there. It doesn't need that variable, so removing it.
2016-05-25 22:32:10 -05:00
Eric Erhardt
a7fccf8508
Fix update-dependencies.ps1 and build scripts to no longer use restore --infer-runtimes
.
...
Also, update-dependencies.ps1 doesn't use $PSScriptRoot everywhere. Instead use $RepoRoot.
2016-05-25 22:06:59 -05:00
Eric Erhardt
ee7372c2a1
Move update-dependencies under build_projects.
2016-05-25 22:06:59 -05:00
Bryan Thornbury
5359e16bf4
Re-enable tests
2016-05-25 15:10:43 -07:00
Bryan
aa01110c33
Remove The host build, consume the host build from core-setup
2016-05-25 14:49:12 -07:00
Piotr Puszkiewicz
8ffba3c029
Set DOTNET_CLI_TELEMETRY_PROFILE for CLI Repo builds ( #3228 )
2016-05-25 09:21:08 -07:00
Eric Erhardt
2a870ee6c3
Remove updating dotnet/versions repo with the latest shared framework version. This is breaking the build, and it should be done in core-setup instead.
2016-05-24 16:53:35 -05:00
Livar
fe7b519722
Merge pull request #3215 from eerhardt/netcore-rc3
...
Upgrade to CoreFX rc3
2016-05-24 10:33:59 -07:00
Eric Erhardt
e47f407a25
Disable Kestrel.Tests until we can get an ASP.NET RC3 build.
...
See #3216
2016-05-24 09:37:43 -05:00
schellap
c037cf321e
Revert "Merge pull request #3191 from schellap/deps-clean"
...
This reverts commit b2c7140b2a
, reversing
changes made to d307537eb8
.
2016-05-23 19:05:03 -07:00
Livar Cunha
d7a8860041
Exclude System.Private.CoreLib from crossgen
2016-05-23 18:06:34 -07:00
Livar Cunha
78bea7df84
Adding JITPath parameter to crossgen
2016-05-23 17:58:03 -07:00
Livar Cunha
a9e12e0336
Updating core packages to rc3-24123-01
2016-05-23 17:19:11 -07:00
Sridhar Periyasamy
0c463c281f
Remove '--infer-runtimes' option for 'dotnet restore' when restoring
...
TestAssets.
2016-05-23 17:04:32 -07:00
Sridhar Periyasamy
baf28233f4
Address PR feedback.
2016-05-23 17:04:29 -07:00
Sridhar Periyasamy
d2188cd95a
Move the CLI corefx dependencies from RC2 to RC3 - rc3-24113-00.
...
- Disable crossgen for windows.Tracked by - https://github.com/dotnet/cli/issues/3059
- And also fix #2974
2016-05-23 17:04:29 -07:00
Eric Erhardt
ca8cf5e4b7
Merge pull request #3182 from eerhardt/PackagesFromFinalize
...
Move PullNupkgFilesFromBlob into FinalizeBuild.
2016-05-23 18:07:10 -05:00
schellap
410b5c01ee
Pin stage0 versions to 1.0.0-preview2-002818
2016-05-22 14:16:40 -07:00
schellap
dafda03832
Revert "Merge pull request #3020 from schellap/deps-clean"
...
This reverts commit d307537eb8
, reversing
changes made to 54ab5b8385
.
2016-05-22 13:35:44 -07:00
Senthil
dd07f0f1ed
Strict deps resolution else fail fast
2016-05-22 00:50:11 -07:00
Eric Erhardt
78e34c6eb7
Move PullNupkgFilesFromBlob into FinalizeBuild.
...
Also, update dotnet/versions for the DotNetHost and NetCore.App packages.
Fix #3031
2016-05-21 23:18:13 -05:00
Senthil
d61e982011
Merge pull request #3106 from schellap/fx-version
...
Add --fx-version option to the muxer
2016-05-20 20:43:45 -07:00
Eric Erhardt
9af3edfeda
Merge pull request #3134 from eerhardt/OMGBuild
...
Change stub packages to no longer contain any dependencies.
2016-05-19 12:05:13 -05:00
Eric Erhardt
4b14c8471c
Change stub packages to no longer contain any dependencies. Instead they just contain a dummy.txt file.
2016-05-19 10:46:46 -05:00
Senthil
aa578bc08e
Merge pull request #3104 from schellap/sccs
...
Fix build minor and add sccsid
2016-05-19 00:12:52 -07:00
Eric Erhardt
85a4e44fa2
Merge pull request #3092 from eerhardt/LatestPackages
...
Update github.com/dotnet/versions when new CLI builds are produced.
2016-05-18 18:33:58 -05:00
Eric Erhardt
dfafcd96cf
Merge pull request #3107 from dotnet/eerhardt/FixBuildAgain
...
Fix stub package generation to just depend on System.Console.
2016-05-18 17:21:19 -05:00
Sridhar Periyasamy
dad916499a
Disable partial NGen
...
Fixes - #3053
2016-05-18 13:03:49 -07:00
Eric Erhardt
f53da52a3d
Remove --infer-runtimes for RestoreLockedCoreHost.
2016-05-18 14:17:38 -05:00
Eric Erhardt
e28450e5a3
Move GITHUB_PASSWORD env var check out of VersionRepoUpdater.
2016-05-18 14:14:50 -05:00
Eric Erhardt
d0a1e239dc
Address PR feedback:
...
- Dispose of the HttpClient
- Use the Regex to get the Prerelease version info.
2016-05-18 11:15:28 -05:00
schellap
c9d0b29d9e
Add --fx-version option to the muxer
2016-05-18 08:17:33 -07:00
Senthil
9b17ca75d7
Fix build minor and add sccsid
2016-05-17 21:18:02 -07:00
Eric Erhardt
4394cfa358
Update github.com/dotnet/versions when new CLI builds are produced.
2016-05-17 21:24:00 -05:00
Eric Erhardt
5e947c5fcd
Merge pull request #3074 from eerhardt/FixBuild
...
Move RestorePackages to Prepare, not Init.
2016-05-17 14:08:13 -05:00
Eric Erhardt
2f4ab8d554
Update the StubPackageBuilder NETStandardLibrary version number to match the current CoreFX version number.
2016-05-17 11:02:08 -05:00
Eric Erhardt
7cb7b660d8
Move RestorePackages to Prepare, not Init.
...
RestorePackages will fail if the 'artifacts\rid\corehost` folder doesn't exist. So other targets that depend on Init can't run unless the host has been built.
2016-05-17 10:36:02 -05:00