Livar
cf28ca657a
Merge pull request #6670 from mlorbetske/dev/mlorbe/UpdateToSetupCrossgen124Coherence25158
...
Update to SetupCrossgen 125 - Coherence 25159
2017-05-23 22:19:50 -07:00
Livar
1465718fc4
Merge pull request #6641 from ellismg/update-roslyn-version
...
Move Roslyn to latest 15.3 version
2017-05-23 22:18:25 -07:00
Matt Ellis
eb60245975
Update Roslyn to latest 15.3 version
2017-05-23 16:56:41 -07:00
Mike Lorbetske
33e8e7dfde
Update to SetupCrossgen 125 - Coherence 25159
2017-05-23 09:36:24 -07:00
Vijay Ramakrishnan
82629fa44b
Updating the websdk version to 2.0.0-rel-20170518-512
2017-05-22 17:51:01 -07:00
Nick Guerrera
c1933a014b
Update dotnet/sdk version
2017-05-22 15:17:29 -07:00
Mike Lorbetske
6c57226079
Update to SetupCrossgen 123 - Coherence 25149
2017-05-22 14:02:33 -07:00
mlorbetske
0dd30b92d5
Update to SetupCrossGen 121 - Coherence 25102
2017-05-22 11:48:30 -07:00
Livar
9a80d37185
Merge pull request #6640 from livarcocc/port_first_run_fix
...
Dropping a global.json when running the first run experience.
2017-05-22 11:34:45 -07:00
Livar Cunha
f67a72d9c4
Making restore use a config file so that it does not use fallback folders that may exist in the machine.
2017-05-22 09:42:40 -07:00
Livar
f3719953e8
Merge branch 'master' into update_msbuild
2017-05-20 21:44:47 -07:00
Kevin Ransom (msft)
cf9967bcd2
Add fsc to distribution ( #6508 )
...
* Add fsc to distribution
* update package
* Update compiler version
* I'm not sure these do anything usefull
* Reenable f# new project tests
* Revert "Reenable f# new project tests"
This reverts commit 34d294ec8c42145cf8cf0af166f9dfc8ee51b6f8.
* merge
* Update fsharp version
* Update compiler version
* Review feedback
* review feedback
* Update DependencyVersions.props
2017-05-19 23:20:19 -07:00
Livar Cunha
28e25657cb
Updating msbuild to 15.3.0-preview-000246-05.
2017-05-19 20:59:07 -07:00
Eric Erhardt
f7ff32a18c
Merge pull request #6582 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview2-25317-03 (master)
2017-05-19 09:21:40 -05:00
William Lee
4701bcb768
Produce Debian 8 native package ( #6604 )
...
* Produce Debian 8 native package
Since Debian is a branch from Ubuntu threat them the same
Tested on Debian 8 VM
* fix file path
* Fix name field in Publish Deb packages
* publish debian 8 native to Azure
2017-05-18 21:33:47 -07:00
Vijay Ramakrishnan
c02df73466
Updating the websdk version for 1.0
2017-05-18 19:37:39 -07:00
Eric Erhardt
403b9717ae
Update Core-Setup to 2.0.0-preview2-25319-02
2017-05-18 20:54:31 -05:00
Livar Cunha
2c24c622ec
Trying to fix the opensuse42 test failure, where we tried to invoke a tool that target 1.0.4 where the 1.0 runtime is not available.
2017-05-18 09:10:06 -07:00
Livar
e157c4bd09
Merge pull request #6603 from livarcocc/fix_installers_branding
...
Change the CLI moniker to Microsoft .NET Core 2.0.0 Preview 1 SDK
2017-05-17 19:25:57 -07:00
Livar Cunha
04b60dadc4
Updating the branding to rel/1.1.0
2017-05-17 16:00:49 -07:00
Eric Erhardt
f583f219df
Fixing the core-setup archive and installer paths for the new Runtime publish layout.
2017-05-16 20:54:02 -05:00
dotnet-bot
02e7c8d0a8
Update CoreSetup to preview2-25317-03
2017-05-17 01:18:54 +00:00
Eric Erhardt
5fef379acc
Update MSBuild to 15.3.0-preview-000234-01
...
This build has the new RuntimeInformation feature in MSBuild which allows MSBuild logic to be able to tell if you are building on OSX or Linux.
2017-05-16 13:42:17 -05:00
Livar Cunha
790ae69747
Change the CLI moniker to Microsoft .NET Core 2.0.0 Preview 1 SDK
2017-05-15 16:40:11 -07:00
William Li
8326a60d7a
Move 2 files to use lower ver msbuild
...
The build machine is using an old version of msbuild for signing.
Lower the version of these 2 files to make is available for signing
2017-05-15 11:34:57 -07:00
William Li
89ae1abf0c
Read rid from build prop
2017-05-15 10:14:15 -07:00
Matt Ellis
3aa59d98bd
Remove CoreCLRRid property
...
This property was only legitimately by the project which wants to
restore `crossgen`. Since that now comes from
Microsoft.NETCore.App (i.e. the shared framework) use
SharedFrameworkRid instead.
I also ensured that we passed UsePortableLinuxSharedFramework to
dotnet restore when restoring the tool projects, so we can use the
platform specific RID when non portable build.
2017-05-12 14:48:49 -07:00
Eric Erhardt
7f50f322d5
Merge pull request #6573 from eerhardt/FixUpdateDependencies
...
Fix update dependencies
2017-05-11 16:02:48 -05:00
Livar Cunha
737b68b460
Fixing the imports for signing.
2017-05-11 11:04:41 -07:00
Eric Erhardt
f82fa91f58
Fix update-dependencies by slimming it way down.
...
It can no longer be dependent on Cli.Utils, since that will affect which version of NuGet gets used. It's better for this small console app to just depend on VersionTools.
2017-05-11 10:15:05 -05:00
Eric Erhardt
928c510c84
Clean up unused build code.
2017-05-11 08:59:38 -05:00
Livar
25bcbb65d3
Merge branch 'master' into fix_vso_build
2017-05-10 17:17:00 -07:00
Livar Cunha
dd01dbf4ce
Bringing down MicroBuild.Core props and targets separately from build_tools.
2017-05-10 15:58:46 -07:00
Livar
f40e85283d
Merge branch 'master' into merge_release_200_into_master
2017-05-10 12:49:25 -07:00
Livar Cunha
b51920d212
Merge branch 'release/2.0.0' into merge_release_200_into_master
...
* release/2.0.0:
Fixing tests to look for 1.1.2.
Updating the backwards compatible runtime to 1.1.2.
Updating the SDK to one that carries updated versions of the implicit 1.0 versions.
Update to SetupCrossgen 92 - Coherence 24937
Update to SetupCrossgen 86 - Coherence 24920
Fix date on package version
Update templates to 222
Update SetupCrossgen to build 82
Update SetupCrossgen to build 80
Update SetupCrossgen to build 77
2017-05-09 20:51:32 -07:00
Eric Erhardt
4670323694
Remove unused property.
2017-05-09 21:51:32 -05:00
Eric Erhardt
3aba7b8a55
Update Core-Setup to 2.0.0-preview2-25309-07
2017-05-09 15:58:03 -05:00
Livar Cunha
359a9d2f36
Updating the backwards compatible runtime to 1.1.2.
2017-05-09 11:40:24 -07:00
Livar Cunha
af453e3a6b
Updating the SDK to one that carries updated versions of the implicit 1.0 versions.
2017-05-09 11:09:38 -07:00
Mike Lorbetske
5436217013
Update to SetupCrossgen 92 - Coherence 24937
2017-05-08 17:54:10 -07:00
Eric Erhardt
6df51ceb3b
Fix CLI's reference to core-setup's installer files to use $(RID) instead of a moniker.
2017-05-08 17:39:14 -05:00
Mike Lorbetske
b3204bedb8
Update to SetupCrossgen 86 - Coherence 24920
2017-05-06 19:21:17 -07:00
Christopher Costa
cc2cbd4d7f
Undo back dependencymodel / platformabstractions change
2017-05-06 13:16:56 -07:00
Christopher Costa
f9cebfda09
update versions to 25306-06
2017-05-06 12:18:35 -07:00
Christopher Costa
49636ea608
Merge branch 'master' of https://github.com/dotnet/cli into version-25305-19
2017-05-06 12:17:03 -07:00
Livar
4c5978dad9
Merge pull request #6532 from mlorbetske/dev/mlorbe/UpdateTemplatesTo222
...
Update templates to 222
2017-05-05 21:43:36 -07:00
Mike Lorbetske
546c29361c
Fix date on package version
2017-05-05 20:28:03 -07:00
Mike Lorbetske
a44e52abb3
Update templates to 222
2017-05-05 20:09:27 -07:00
Mike Lorbetske
f0e8a4f21b
Update SetupCrossgen to build 82
2017-05-05 18:34:47 -07:00
Mike Lorbetske
f403c6a836
Update SetupCrossgen to build 80
2017-05-05 17:43:18 -07:00
Mike Lorbetske
835fe1dba0
Update SetupCrossgen to build 77
2017-05-05 17:29:29 -07:00
Nick Guerrera
fe14c72226
Update dotnet/sdk version
2017-05-05 17:08:57 -07:00
Christopher Costa
9e9f17a3e2
Reset platformabstraction and dependencymodel versions while issue is
...
being investigated
2017-05-05 17:05:35 -07:00
Nick Guerrera
ee16de3f7b
Fix bad merges
2017-05-05 16:38:10 -07:00
Nick Guerrera
071789b33f
Merge branch 'release/2.0.0' into merge-release-2.0
2017-05-05 16:21:15 -07:00
Christopher Costa
acc3d012ac
Testing version 25305-19
2017-05-05 13:29:38 -07:00
Mike Lorbetske
17f522e66c
Update to no-timestamp packages and adjust feeds and cache accordingly
2017-05-05 01:44:24 -07:00
dotnet-bot
d075a8ec6e
Update CoreSetup to preview1-002111
2017-05-05 02:49:39 +00:00
Livar
20a66270e4
Merge pull request #6520 from dsplaisted/livarcocc-update_sdk
...
Updating the SDK to include the implicit package downgrade warnings fix.
2017-05-04 19:13:30 -07:00
Daniel Plaisted
755a91a05e
Update to SDK with fix for design time evaluation
2017-05-04 18:12:14 -07:00
Livar
356e309f17
Merge pull request #6512 from mlorbetske/dev/mlorbe/UpdateToCache65
...
Update to ASP.NET 24840 packages/Archive 65
2017-05-04 11:26:39 -07:00
Mike Lorbetske
6b864cfead
Update to ASP.NET 24840 packages/Archive 65, switch to timestamped cache packages, make clearly configurable
2017-05-03 21:44:39 -07:00
Livar Cunha
4a3c499b98
Updating the SDK to include the implicit package downgrade warnings fix.
2017-05-03 21:02:21 -07:00
Livar Cunha
9c796bbe6b
Refactoring shared item groups between deb and pkg to the same location.
2017-05-03 17:55:34 -07:00
Livar Cunha
1736c388b0
Adding the Asp.Net runtime package store to the SDK pkg for now, since we don't have a separate PKG for it being produced.
2017-05-03 17:38:06 -07:00
William Li
3e42e8233b
Add asp.net runtime to SDK deb package
...
Copy the runtime file to the deb layout folder, the deb tool picks it up
from there
2017-05-03 23:42:06 +00:00
William Li
c9295d1df7
Run dotnet new after install to prime cache for deb
...
Copy postinst to correct directory
Can only rely on env for get dotnet command
Print telemetry notice anyway
2017-05-03 14:10:30 -07:00
Livar Cunha
8db1275396
Adding the access token to the lzma url.
2017-05-03 11:40:52 -07:00
Livar
52e3ad7f9a
Merge pull request #6487 from mlorbetske/dev/mlorbe/UpdateAspNetTo24801
...
Update ASP.NET to 24801 - SetupCrossgen build 56
2017-05-03 11:29:40 -07:00
Faizan2304
b90b191ef0
Insert Microsoft.TestPlatform.cli for update3 preview1 ( #6420 )
...
* Fix test issue failing with PathTooLongIssue
(cherry picked from commit 340254f7742201c74ed1a5c349bdca89113bd5dc)
* fix for issues:
1) https://github.com/Microsoft/vstest/issues/755
2) https://github.com/Microsoft/vstest/issues/687
3) https://github.com/Microsoft/vstest/issues/737
(cherry picked from commit 0e93b2a5d4734637538781fa5401ed81a31eea0f)
* use new version
* Update version
* Fix pathtoolong issue
* Fix test
2017-05-02 21:30:51 -07:00
Livar
a551ae77b0
Merge pull request #6460 from johnbeisner/NewAzurePackageStore
...
ASP .Net Core Runtime inclusion in the CLI
2017-05-02 21:29:15 -07:00
Mike Lorbetske
dd827c5393
Update ASP.NET to 24801 - SetupCrossgen build 56
2017-05-02 21:04:50 -07:00
Eric Erhardt
31632e820c
Merge pull request #6467 from dotnet-bot/release/2.0.0-UpdateDependencies
...
Update CoreSetup to preview1-002106 (release/2.0.0)
2017-05-02 18:20:34 -05:00
Livar Cunha
0b341a9afb
Fixing a merge that ended up with double versions in the asp.net runtime store url.
2017-05-02 15:18:10 -07:00
Livar
e579548f81
Merge branch 'release/2.0.0' into NewAzurePackageStore
2017-05-02 14:27:20 -07:00
Livar
0560b1e546
Merge pull request #6463 from livarcocc/lzma_from_aspnet
...
Removing the code to generate the lzma archive
2017-05-02 14:26:11 -07:00
Eric Erhardt
0669d68a6d
Merge branch 'release/2.0.0' into release/2.0.0-UpdateDependencies
2017-05-02 15:46:40 -05:00
William Li
7154330432
Address code review
...
Use one version for cli migrate packages
as well as Nuget component packages
Rename CreateWithWith...
2017-05-02 13:26:46 -07:00
Livar Cunha
5a6efef0e2
Updating the aspnet runtime version and handling tar.gz there.
2017-05-02 12:20:25 -07:00
Livar
416ea8166e
Updating the aspnet runtime version to 56
2017-05-02 12:03:52 -07:00
Livar Cunha
7727c40ffa
Reverting the msbuild version to the release version.
2017-05-02 11:09:20 -07:00
jbeisner
04596fa707
Merge branch 'release/2.0.0' into NewAzurePackageStore
2017-05-01 22:49:08 -07:00
Livar Cunha
b8dd2b4619
Updating msbuild, SDK and Web SDK.
2017-05-01 21:46:51 -07:00
John Beisner
6ada5b7596
Inserting 'AspNetCorePackageStoreLib.wixlib' into the 'dotnet-dev-win' bundles.
2017-05-01 21:42:51 -07:00
dotnet-bot
7bcf72917b
Update CoreSetup to preview1-002106
2017-05-02 04:27:51 +00:00
Livar Cunha
2e2fb1b2ec
Updating the msbuild, SDK and Web SDK versions.
2017-05-01 19:05:52 -07:00
John Beisner
c6bc52c072
The 'AspNetRuntimePackageStorePublishDirectory' needs to be even shorter...
2017-05-01 13:14:16 -07:00
John Beisner
ad74a8bb96
Even shorter...
2017-05-01 13:08:16 -07:00
John Beisner
1a52f8457a
The 'AspNetRuntimePackageStorePublishDirectory' needs to be very short due to path length constraints on Win8.1
2017-05-01 12:19:26 -07:00
William Li
2ab4ac5454
Adjust for using cli-migrate package reference
...
Remove ProjectJsonMigration and its test from solution file
Change dependecy by package reference instead of project 2 project
Construct the sln and dotnet new with wrapper that is used in migrate
package
Add reference to Nuget ProjectModel etc since CrossGen need it and it
cannot automatically get the reference
2017-05-01 10:50:37 -07:00
Livar Cunha
15c2bc2975
Creating a signing target that will handle resolver files.
2017-04-30 16:06:15 -07:00
Enrico Sada
a8f606c479
the FSharp.NET.Sdk version -bundled
contains only the Sdk dir
2017-04-30 21:39:10 +02:00
Enrico Sada
f68d825810
bump f# sdk package version
2017-04-30 21:34:00 +02:00
Matt Ellis
b6a2c01cf6
Remove dependency on run.exe
...
Our build scripts were pulling down all of buildtools and run.exe in
service of "clean.{cmd|sh}". While having consisent commands across
the repos is a good thing to strive for, we are pulling down a bunch
of additional stuff we don't need for simple commands that have well
known analogs (e.g. git clean).
If we had been all in on run.exe, this might have made sense, but we
aren't, so it feels like something we should clean up.
By doing this, we can stop downloading bootstrap from github when we
build (super dangerous anyway because changes in buildtools could have
broken us).
In addition, I changed the way we install dotnet to just invoke the
script in `scripts/obtain/` instead of downloading a version from
GitHub. This makes local development of changes to obtain easier and
removes yet another place we had to download a script.
2017-04-29 14:00:02 -07:00
John Beisner
a4aa850f6b
Merge remote-tracking branch 'upstream/release/2.0.0' into NewAzurePackageStore
2017-04-28 16:23:02 -07:00
Livar
9c85fc7fed
Merge pull request #6436 from nguerrera/sdk-resolver
...
Add msbuild sdk resolver
2017-04-28 15:54:07 -07:00
Livar Cunha
cc9819ed93
Removing the code to generate the lzma archive and instead download it from the asp.net location.
2017-04-28 15:45:29 -07:00
John Beisner
53d900b19e
Fixing the 'linux' ASP .Net Core Runtime archive download; and revving the version.
2017-04-28 14:23:25 -07:00
John Beisner
de46bf31d8
Add ASP .Net Core Runtime to the CombinedFrameworkSdk archive.
2017-04-28 12:25:46 -07:00
John Beisner
68487f775b
Change in ASP .Net Core Runtime blob storage ZIP file naming convention.
2017-04-28 10:21:35 -07:00