John Beisner
ae08a294c9
Merge pull request #31 from johnbeisner/FixSDKVersions
...
Updating the SDK version directory: Core-SDK
2018-07-17 13:28:03 -07:00
Nick Guerrera
bae3a775c3
Remove LKG download left over from cross-repo merges ( #25 )
...
core-sdk does not need to download an LKG to run tests as it is the
top repo that builds the entire SDK. This file was left over from
cli and causing problems for source build.
2018-07-17 10:47:32 -07:00
jbeisner
d88a7ce337
The SDK-version directory under the SDK directory should match the advertised SDK version.
2018-07-17 16:40:52 +00:00
John Beisner
56d34499f4
Update ASP.NET version; Core-SDK ( #30 )
...
* Add an 'AllLinux' build and package CI leg.
* Update ASP.NET version.
* Remove the 'patch' number for the parameter: "sudo dpkg --ignore-depends=dotnet-runtime-X.X"
* Update variable name.
* Update coresetup, coresetup, coresetup, roslyn versions.
* Use "CONFIGURATION" not "BuildConfiguration"; "CONFIGURATION" has a "debug" default.
* 'AllLinux' CI legs and build only; no tests.
2018-07-12 16:20:39 -07:00
Daniel Plaisted
9dad822199
Merge pull request #28 from dsplaisted/update-version-to-3.0
...
Update version numbers to 3.0, fix branch info
2018-07-11 18:49:50 -07:00
Daniel Plaisted
7f841e0bc6
Update version numbers to 3.0, fix branch info
2018-07-11 18:28:19 -07:00
Daniel Plaisted
7fb0ccccc8
Merge pull request #26 from johnbeisner/Updates
...
Update 'CLI' and 'Toolset' versions; update 'Toolset' blob location
2018-07-11 18:16:42 -07:00
Daniel Plaisted
53c37522fc
Merge branch 'master' into Updates
2018-07-11 17:53:57 -07:00
Daniel Plaisted
fdc5366c80
Merge pull request #22 from dsplaisted/insert-netcoreapp3.0
...
Insert .NET Core 3.0 Runtime
2018-07-11 17:51:28 -07:00
Daniel Plaisted
cf4a81a583
Temporarily disable creating Debian packages
...
https://github.com/dotnet/core-sdk/issues/27
2018-07-11 17:27:46 -07:00
Daniel Plaisted
73ec338775
Remove -upgrade suffix from deb and rpm installer filenames
2018-07-11 14:37:39 -07:00
jbeisner
f2039c9139
Update 'CLI' and 'Toolset' versions; update 'Toolset' blob location; update build tools package references.
2018-07-11 18:46:24 +00:00
Daniel Plaisted
b44a2bb723
Insert ASP.NET Core 3.0
2018-07-11 02:13:06 -07:00
Daniel Plaisted
2c8a349bd1
Generate .binlog on non-Windows
2018-07-09 16:38:12 -07:00
Daniel Plaisted
905d4d442d
Address code review feedback
2018-07-09 14:12:11 -07:00
Daniel Plaisted
75e0dbb45d
Update tests for .NET Core 3.0
2018-07-09 13:46:05 -07:00
Daniel Plaisted
cf0441cf6e
Update test to target .NET Core 3.0
2018-07-09 13:46:05 -07:00
Daniel Plaisted
21fec561ee
Update dev and test script window titles to new repo name
2018-07-09 13:46:05 -07:00
Daniel Plaisted
c431d58b72
Set maximum .NET Core version to 3.0 in BundledVersions.props
2018-07-09 13:46:04 -07:00
Daniel Plaisted
b3be19b820
Fix up runtimeconfig.json files for tools (dotnet, MSBuild, VSTest, etc) to target .NET Core 3.0
2018-07-09 13:46:04 -07:00
Daniel Plaisted
ec9914424c
Refactor tests to use CliTargetFramework variable instead of hard-coding target framework
2018-07-09 13:46:04 -07:00
Daniel Plaisted
c6925a5388
Add dotnet-buildtools feed for Microsoft.DotNet.VersionTools
2018-07-09 13:46:03 -07:00
Daniel Plaisted
3e2a16d5db
Insert .NET Core 3.0 runtime builds
2018-07-09 13:46:03 -07:00
Daniel Plaisted
69c7fe8fe8
Merge pull request #23 from dsplaisted/add-binlog
...
Add .binlog, and archive it
2018-07-09 13:39:07 -07:00
Daniel Plaisted
c8321e2bd0
Archive .binlog
2018-07-09 12:49:03 -07:00
Daniel Plaisted
b1206b0ff5
Create binary log by default
2018-07-09 12:35:50 -07:00
Daniel Plaisted
9a0c9c0f3a
Merge pull request #20 from johnbeisner/master
...
Disabling publishing for all 'MSBuildExtensions' artifacts.
2018-07-03 16:35:49 -07:00
jbeisner
692987b919
Disabling publishing for all 'MSBuildExtensions' artifacts.
2018-07-03 22:58:40 +00:00
Daniel Plaisted
9e9fc1994f
Merge pull request #19 from johnbeisner/master
...
Resolve signing failures; Core-SDK
2018-07-03 14:17:24 -07:00
jbeisner
6c793107b6
Unblocking Jenkins...
2018-07-03 19:48:04 +00:00
jbeisner
9ead28cb25
"Microsoft.DotNet.MSBuildSdkResolver" and "Microsoft.DotNet.Cli.Utils" are delivered/published via 'CLI' not 'Core-SDK'; use 'dotnet-install.sh' from 'dot.net'
2018-07-03 18:43:33 +00:00
John Beisner
93a2d437e5
Merge pull request #18 from johnbeisner/master
...
The target "ComposeSdk" needs "Prepare" to have been run
2018-07-03 17:21:14 +00:00
jbeisner
c42e66d6ed
The target "ComposeSdk" needs "Prepare" to have been run - make it dependent so we can run the single "ComposeSdk" target.
2018-07-03 15:38:10 +00:00
Livar
9c13bb4ea0
Merge pull request #15 from dotnet/fix_all_linux_distros
...
Replacing Compile with ComposeSdk in the build/BuildAndPublishAllLinuxDistrosNativeInstallers.targets
2018-06-28 16:48:08 -07:00
Livar
1fc378dad3
Merge pull request #17 from dotnet/add_download_table
...
Adding a download table to core-sdk README.
2018-06-28 16:09:20 -07:00
Livar Cunha
dea40e45b2
Adding knowledge of linux-musl rid to core-sdk. It was lost in the merge from the CLI.
2018-06-28 15:54:22 -07:00
Livar Cunha
46e0313f04
Add a work around to downloading an updated install script while it gets updated on the website.
2018-06-28 15:24:47 -07:00
Livar Cunha
2034aab2b9
Adding a download table to core-sdk README.
2018-06-28 15:19:51 -07:00
Livar Cunha
3408f785e8
Adding curl to a couple of linux distros that were missing it.
2018-06-27 22:40:58 -07:00
Livar Cunha
4d93f3a7a8
Replacing Compile with ComposeSdk in the build/BuildAndPublishAllLinuxDistrosNativeInstallers.targets. Compile no longer exists and ComposeSdk is the new target that puts the Sdk together.
2018-06-27 16:05:37 -07:00
Livar
47776ad0c6
Merge pull request #14 from dotnet/merge_master_cli
...
Merge master of the cli into dev/repo-refactoring
2018-06-26 15:21:59 -07:00
Parallels
4d9b015f8f
Fixing a merge issue and crossgen issues.
2018-06-26 14:44:55 -07:00
Livar Cunha
e2b679c4bb
Merge branch 'master' of /Users/livarcocc/Documents/git/cli into merge_master_cli
...
* 'master' of /Users/livarcocc/Documents/git/cli: (1063 commits)
Updating signing project to use new intermediate directory (int).
Update runtimeconfig.json doc for 2.1 (#9382 )
Shortening the path to the intermediate folder by renaming it to int.
fix typo (#9364 )
Updating asp.net to 2.2.0 as well.
Updating the build and tests to work with the 2.2.0 runtime.
Simplified combining dictionaries in Telemetry
Fixing 'Channel' and 'BranchName': "release/2.1.4xx" to "master" (#9362 )
Fix extraction of folders (#9335 )
Update Sha256Hasher.cs
Fix relative path tool path (#9330 )
Insert updated SDK from 2.1.4xx branch
MSBuild 15.8.60
Fix crash when user home directory cannot be determined.
Make `CliFolderPathCalculator` a static class.
Don't add the ReleaseSuffix to the branding on the CLI when DropSuffix is set to true.
Add retry when Directory.Move (#9313 )
Override new SdkResult public properties
Add reference to Microsoft.Build.NuGetSdkResolver
Disable crossgen for MSBuild inline-task refs
...
2018-06-25 22:38:01 -07:00
Livar
0e346aa5ba
Merge pull request #9360 from SimonCropp/patch-1
...
Update Sha256Hasher.cs
2018-06-05 22:46:18 -07:00
Livar
670dcedba2
Merge pull request #9381 from dotnet/merges/release/2.1.4xx-to-master
...
Merge release/2.1.4xx to master
2018-06-05 22:45:53 -07:00
Livar
49f4a0bf5b
Merge pull request #9417 from livarcocc/fix_signing
...
Updating signing project to use new intermediate directory (int).
2018-06-04 15:02:27 -07:00
William Li
48ee97fb42
Merge pull request #9371 from svick/patch-4
...
Simplified combining dictionaries in Telemetry
2018-06-04 13:43:13 -07:00
Livar Cunha
625b9d4963
Updating signing project to use new intermediate directory (int).
2018-06-04 13:06:02 -07:00
Steve Harter
f45acc5e10
Update runtimeconfig.json doc for 2.1 ( #9382 )
2018-06-04 14:46:13 -05:00
Livar
447bd91100
Merge branch 'master' into merges/release/2.1.4xx-to-master
2018-06-04 11:38:31 -07:00