Eric Erhardt
de63e378e3
Merge pull request #6741 from dotnet-bot/release/2.0.0-UpdateDependencies
...
Update CoreSetup to preview2-25402-02 (release/2.0.0)
2017-06-02 13:05:56 -05:00
Eric Erhardt
7079f047f6
Revert "Temporarily change the runtime deb pkg name to unblock the integration."
...
This reverts commit f709590402
.
2017-06-02 11:05:57 -05:00
Eric Erhardt
c45dd3bf82
Fix dotnet store tests for new error message.
2017-06-02 10:19:59 -05:00
dotnet-bot
a52f63854b
Update CoreSetup to preview2-25402-02
2017-06-02 06:26:42 +00:00
Livar
653c360824
Merge pull request #6745 from jainaashish/asja-UpdateNuGetVersion-release
...
Updated NuGet version for VS15.3 preview3
2017-06-01 22:42:32 -07:00
Livar
6d84f6db77
Fixing test failure.
...
NuGet changed how they display the error message.
2017-06-01 21:32:20 -07:00
Livar
f6d040a3fa
Updating the SDK to one built with the same NuGet
2017-06-01 20:56:19 -07:00
Ashish Jain (NUGET)
ae128648d5
Updated NuGet version for VS15.3 preview3
2017-06-01 18:01:12 -07:00
Livar
31a5765056
Merge pull request #6735 from johnbeisner/AssetRename
...
Update README links: .NET Core 2+ Naming and Versioning
2017-06-01 16:14:08 -07:00
John Beisner
22cf8ff662
Formatting; part 2...
2017-06-01 14:33:04 -07:00
John Beisner
bd10a090f5
Formating...
2017-06-01 14:29:50 -07:00
John Beisner
641bbd712c
Consolidating the Linux tar.gz's
2017-06-01 14:25:12 -07:00
John Beisner
17ea7b2d13
The README links at https://github.com/dotnet/cli/tree/release/2.0.0#installers-and-binaries need to be updated
2017-06-01 12:38:51 -07:00
Livar
413fa23eee
Merge pull request #6731 from livarcocc/merge_rel_110
...
Merge rel/1.1.0 into release/2.0.0
2017-06-01 11:54:16 -07:00
Eric Erhardt
ec4a878d57
Merge pull request #6717 from dotnet-bot/release/2.0.0-UpdateDependencies
...
Update CoreSetup to preview2-25331-01 (release/2.0.0)
2017-06-01 13:45:11 -05:00
Livar
7d6b188a53
Merge pull request #6698 from mlorbetske/dev/mlorbe/AddSupportForLaunchSettings
...
Add support for launch settings
2017-06-01 11:24:42 -07:00
Eric Erhardt
ea40317e18
Merge branch 'release/2.0.0' into release/2.0.0-UpdateDependencies
2017-06-01 12:28:54 -05:00
Livar Cunha
5c6e7daca9
Updating NuGet.
2017-06-01 10:23:53 -07:00
Livar Cunha
f4bb13acaa
Merge branch 'rel/1.1.0' into merge_rel_110
...
* rel/1.1.0: (41 commits)
Updating the Sdk to one that includes the error surfacing work.
Update NuGet to 4.3.0-preview2-4082
Update NuGet to 4.3.0-preview1-4081 and SDK to corresponding 1.1.0 based version
Updating MSBuild to 15.3.0-preview-000246-05 to match VS.
Updating the global.json creation to use the IFile interface and adding a unit test to cover it.
Making restore use a config file so that it does not use fallback folders that may exist in the machine.
Dropping a global.json when running the first run experience with a version that matches the version of the CLI being used in the command that triggered the first run.
Updating the websdk version for 1.0
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.
Pinning the stage0 to the last build out of rel/1.0.1 and adding a project to download 1.0 dependencies for test assets.
Updating the branding to rel/1.1.0
Dummy commit.
Adding the access token to the lzma url.
Dummy change to force a build.
Reverting the msbuild version to the release version.
Adding the web feed to nuget.config, as some packages failed to mirror and we need a build ASAP.
Updating the msbuild, SDK and Web SDK versions.
Dummy commit to kick off the build.
the FSharp.NET.Sdk version `-bundled` contains only the Sdk dir
bump f# sdk package version
...
2017-06-01 09:43:31 -07:00
mlorbetske
1d1f848611
Remove redundant error handling from project provider, add a better message for deserialization exceptions
2017-06-01 09:38:43 -07:00
Eric Erhardt
f709590402
Temporarily change the runtime deb pkg name to unblock the integration.
2017-06-01 11:35:23 -05:00
mlorbetske
78093ae1be
Merge
2017-06-01 09:31:13 -07:00
Livar
e67962b0de
Merge pull request #6729 from Faizan2304/patch-1
...
insert new bits of TestPlatform which has bug fixes.
2017-06-01 09:30:01 -07:00
Faizan2304
a6e4a18157
insert new bits of TestPlatform which has bug fixes.
2017-06-01 17:06:12 +05:30
Mike Lorbetske
052caa560c
Add missing using directive
2017-05-31 23:31:46 -07:00
Mike Lorbetske
68f2d17034
Only catch JsonException in the method that dispatches to the appropriate handlers
2017-05-31 23:15:56 -07:00
mlorbetske
21cb95f05a
Shorten names a bit more, make project names match folder names
2017-05-31 23:15:56 -07:00
mlorbetske
e6527bf3ef
Shorten test project names
2017-05-31 23:15:56 -07:00
mlorbetske
bcb12a69f4
Fix flow from the refactoring
2017-05-31 23:15:56 -07:00
mlorbetske
85870a711e
Remove NuGet.Configs, add inversion of the launch profile flag, move profile application logic to its own method
2017-05-31 23:15:56 -07:00
mlorbetske
fc8428681e
Make errors more specific, add support for setting the launch URL for ASP.NET apps
2017-05-31 23:15:56 -07:00
Mike Lorbetske
7ebbef4293
Add missed launch settings, fix NuGet.configs, remove unused packages
2017-05-31 23:12:49 -07:00
Mike Lorbetske
265da2064d
Ad tests, fix issue where profile not found isn't an error
2017-05-31 23:12:49 -07:00
Mike Lorbetske
2e100f7ed8
Initial add of launchSettings.json support
2017-05-31 23:12:49 -07:00
Mike Lorbetske
c28b454ecd
Update to SetupCrossgen 134 - Coherence 25332
2017-05-31 21:47:18 -07:00
Livar
cc00b98cf5
Merge pull request #6721 from mlorbetske/dev/mlorbe/ReenableTelemetryForNew
...
Re-enable telemetry for new
2017-05-31 16:11:27 -07:00
Eric Erhardt
4de4ee225b
Fix dotnet-deb-tool path.
2017-05-31 17:10:12 -05:00
Eric Erhardt
4992b6399e
Update dotnet-deb-tool to 2.0.0-preview2-25331-01
2017-05-31 16:38:44 -05:00
mlorbetske
55953f05e3
Shorten names a bit more, make project names match folder names
2017-05-31 14:07:34 -07:00
mlorbetske
ddde45f345
Shorten test project names
2017-05-31 11:48:01 -07:00
mlorbetske
20de0334e7
Re-enable telemetry for new
2017-05-31 11:40:30 -07:00
Eric Erhardt
eab48e1814
Unpin stage0.
2017-05-31 13:05:30 -05:00
dotnet-bot
4b1c20c91d
Update CoreSetup to preview2-25331-01
2017-05-31 17:19:19 +00:00
jbeisner
94107dc7f6
Merge pull request #6720 from johnbeisner/ScriptRename
...
Runtime download link missing the "runtime" identifier.
2017-05-31 09:51:30 -07:00
John Beisner
ed65b2bc9c
Runtime download link missing the "runtime" identifier.
2017-05-31 08:35:00 -07:00
mlorbetske
87ecdcad3f
Fix flow from the refactoring
2017-05-30 22:42:46 -07:00
mlorbetske
74bcc19431
Remove NuGet.Configs, add inversion of the launch profile flag, move profile application logic to its own method
2017-05-30 22:42:46 -07:00
mlorbetske
452e642ac7
Make errors more specific, add support for setting the launch URL for ASP.NET apps
2017-05-30 22:42:46 -07:00
Mike Lorbetske
59218f4922
Add missed launch settings, fix NuGet.configs, remove unused packages
2017-05-30 22:42:46 -07:00
Mike Lorbetske
0243354355
Ad tests, fix issue where profile not found isn't an error
2017-05-30 22:42:46 -07:00