Commit graph

1339 commits

Author SHA1 Message Date
William Li
ad56d3759e fix missing windows package
Put back the dependency of package. Duplicate a publish step with package and use that one in all linux distro specific
2017-09-15 15:28:57 -07:00
Daniel Plaisted
ba1c8eda24 Insert SDK 2.0.2-vspre-20170915-1 2017-09-15 14:14:25 -07:00
Livar
b70923512c Merge pull request #7647 from dotnet/nuget-insertbuild4475
Insert NuGet Build 4.4.0-preview3-4475 into cli
2017-09-15 13:56:21 -07:00
Livar
baa49ef4c1 Merge pull request #7653 from AndyGerlicher/MSBuild.15.4.7
MSBuild 15.4.7
2017-09-15 10:04:37 -07:00
Livar
0a482954ae Merge pull request #7645 from livarcocc/remove_archiver_code
Removing Microsoft.DotNet.Archive from the CLI
2017-09-15 09:58:03 -07:00
Livar Cunha
3efd44f935 Removing Microsoft.DotNet.TestFramework from the product code and from the SDK deployment and moving the code to the test folder. 2017-09-15 09:49:19 -07:00
William Li
7c64ef6b0e Move badge prop to target
To have the correct IsBuildingAndPublishingAllLinuxDistrosNativeInstallers value
2017-09-14 19:36:56 -07:00
William Lee
f6fda26ec8 Fix missing Badges
By setting IsBuildingAndPublishingAllLinuxDistrosNativeInstallers in right order
2017-09-14 15:42:10 -07:00
William Lee
221ab05346 Use one build definition to produce all Linux distro specific packages (#7615)
By using `./build.sh /t:AllLiuxDistrosNativeInstaller`

Make a sandbox folder after compile step and copy compiled artifact to it. Since the content will be Linux generic, use package step with Docker in different distros.
After finishing all the distro specific packaging, upload all of them at once

Publish to debian only support all distro

Improve perf of AllLiuxDistrosNativeInstaller, by copying more cache in to sandbox

There will be a retry if package command failed
2017-09-14 13:33:46 -07:00
Andy Gerlicher
f71eecfdd3 MSBuild 15.4.7 2017-09-14 11:04:59 -07:00
Vijay Ramakrishnan
c6482b8919 Updating the websdk version to 2.0.0-rel-20170908-653 2017-09-14 10:39:42 -07:00
Harsh Jain
4eb4cddbb7 Updated version of TestPlatform to 15.5.0-preview-20170914-09 2017-09-14 20:49:31 +05:30
NuGet Team Bot
5ce59a6179 Insert NuGet Build 4.4.0-preview3-4475 into cli 2017-09-13 17:27:51 -07:00
Livar Cunha
9cdb20b7a5 Removing Microsoft.DotNet.Archive from the CLI and instead depending on a nupkg. 2017-09-13 14:04:09 -07:00
Daniel Plaisted
f9b576cf5d Insert SDK version 2.0.1-servicing-20170912-1 2017-09-11 18:37:23 -07:00
Livar
a8dd209359 Merge branch 'master' into merges/release/2.0.0-to-master-20170907-070027 2017-09-07 11:11:28 -07:00
John Beisner
483e03704f Merge pull request #7598 from johnbeisner/RPM-EnvVars
Incorrect token: Installer.RPM.targets
2017-09-06 09:58:26 -07:00
John Beisner
6a76bb8396 Incorrect token. 2017-09-06 08:53:01 -07:00
Daniel Plaisted
79ffd86afd Merge branch 'RPM-EnvVars' into fix-signing 2017-09-05 15:39:08 -07:00
Daniel Plaisted
d94a3cd076 Merge branch 'DirProps' into fix-signing 2017-09-05 15:39:02 -07:00
Daniel Plaisted
c2ca512189 Avoid importing incompatible .props files for signing build 2017-09-05 15:10:15 -07:00
John Beisner
5000ba5f10 Adding required environmental variables. 2017-09-05 15:08:42 -07:00
John Beisner
74ad01b576 Adding consistent "Project" headers to inported props and target files. 2017-09-05 14:44:25 -07:00
Nick Guerrera
1c27c27b44 Sign additional files
Some files that get their signature invalidated by crossgen were missing
from the Signing.proj list.

(cherry picked from commit d7665ea316)
2017-09-05 13:30:17 -07:00
Nick Guerrera
8534452274 Bump to stable runtime/framework packages 2017-09-05 13:28:02 -07:00
Nick Guerrera
2269efbbf0 Insert 2.0.1-servicing SDK in to 2.0.1-servcing CLI 2017-09-05 13:27:37 -07:00
John Beisner
47651b6e77 Stop building ubuntu.16.10-x64 2017-09-05 08:44:15 -07:00
Daniel Plaisted
6e0646f7bf Update environment variables for EndToEnd test run on Debian package 2017-09-01 18:21:25 -07:00
Daniel Plaisted
728cea22f1 Update signing.proj to use new output paths, and import common repo props 2017-09-01 17:17:33 -07:00
Daniel Plaisted
88319a71f3 Remove duplicate import 2017-09-01 16:43:40 -07:00
Daniel Plaisted
97b7553e31 Rename output folder from out to bin 2017-09-01 16:43:02 -07:00
Daniel Plaisted
546eff28c2 Delete outdated comment 2017-09-01 13:50:01 -07:00
Daniel Plaisted
9b331673fe Merge upstream changes 2017-09-01 13:17:40 -07:00
Daniel Plaisted
ac67434ea4 Fix debian package generation
Previously, dotnet-deb-tool-consumer.csproj was copied to the out/artifacts folder before being restored.  This no longer works as it depends on repo properties, and there is a Directory.Build.props in teh out directory to stop projects inside it from getting the repo properties.  So this change restores it in-place instead.
2017-09-01 12:12:10 -07:00
Nick Guerrera
252218c3d0 Merge 'release/2.0.0' into merges/release/2.0.0-to-master-20170901-070026
Conflicts:
	README.md
	build/Branding.props
	build/DependencyVersions.props
	netci.groovy
	test/Microsoft.DotNet.Cli.Utils.Tests/GivenAProjectToolsCommandResolver.cs
	test/dotnet-new.Tests/GivenThatIWantANewApp.cs
2017-09-01 11:55:26 -07:00
Nick Guerrera
fba2302b45 Merge pull request #7554 from seancpeters/update_templates_to_2.1.0_versions
Updating new templates to 2.1.0 versions
2017-09-01 11:32:35 -07:00
Nick Guerrera
3514db05da Update shared framework dependency 2017-08-31 17:09:05 -07:00
John Beisner
81003e13c3 Removing extra line feeds... 2017-08-30 16:16:08 -07:00
John Beisner
fd8f3e7ebe Turning on the NuPkg publishing from Win x86 2017-08-30 16:14:15 -07:00
John Beisner
4a6d5a94d0 The enumeration of the nupkg packages depends on that the creation of packages has already occurred. 2017-08-30 15:19:41 -07:00
John Beisner
7a918997a0 Push the 'VS.Redist.Common.Net.Core.SDK*.nupkg' packages to blob storage. 2017-08-30 12:35:11 -07:00
William Li
22e75d0eed do not run dotnet-cli-build.csproj Test in build, no netcore1.3 runtime 2017-08-30 06:54:34 -07:00
William Li
7f54ccb903 Use Rest Api to upload to the feed
Add pulling logic to make sure it is uploaded to the feed.

Add retry logic for the whole upload process

Remove the old upload script
2017-08-30 06:54:34 -07:00
seancpeters
79e94eb908 Updating new templates to 2.1.0 versions 2017-08-29 15:21:13 -07:00
Nick Guerrera
d7665ea316 Sign additional files
Some files that get their signature invalidated by crossgen were missing
from the Signing.proj list.
2017-08-29 14:01:05 -07:00
Daniel Plaisted
dcb3a7ade7 Use shorter output paths to avoid max path issues on Windows
For example, "out/2" instead of "artifacts/stage2"
2017-08-29 06:55:43 -07:00
Matt Galbraith
03dcd98c51 More CoreSetupBlobAccessToken stuff 2017-08-28 17:50:58 -07:00
Matt Galbraith
8f6fd2a549 Add support for CoreSetupBlobAccessToken as used in 1.X builds 2017-08-28 15:40:35 -07:00
Matt Galbraith
1156e52eb8 Update dependency version 2017-08-28 13:14:23 -07:00
Daniel Plaisted
107252ebe7 Merge upstream changes 2017-08-28 11:09:19 -07:00
Nick Guerrera
656eab7aec Target netcoreapp2.1, eliminate warnings, treat warnings as errors 2017-08-25 20:17:57 -07:00
Nick Guerrera
6d6d1c0c2b Merge branch 'master' into dotnet-bot-master-UpdateDependencies 2017-08-25 13:49:39 -07:00
Rainer Sigwald
ee5c02de77 MSBuild 15.5.74 2017-08-25 13:25:01 -07:00
William Li
1a36940549 Update CLI_NETSDK_Version SDK to 2.0.2-vspre-20170825-1 2017-08-25 13:22:01 -07:00
Daniel Plaisted
2222290394 Update MSI tests to use new output directory layout 2017-08-24 17:16:11 -07:00
Daniel Plaisted
c6e4c8f477 Rename Stage0 build variables to PreviousStage 2017-08-24 17:16:11 -07:00
Daniel Plaisted
12f8c2377f Generate properties to pass to the next stage of the build 2017-08-24 15:51:37 -07:00
Daniel Plaisted
884a48372d Copy empty Directory.Build.props to artifacts folder during build instead of checking it in 2017-08-24 15:49:14 -07:00
Daniel Plaisted
13da213183 Support new artifacts layout in tests and other build logic 2017-08-24 15:49:13 -07:00
Daniel Plaisted
ae0aa8ed24 Move dir.props to auto-imported Directory.Build.props
This is necessary for setting the intermediate output path to work correctly
2017-08-24 15:46:45 -07:00
Daniel Plaisted
ac99830e12 Support new output directory layout 2017-08-24 15:46:44 -07:00
Daniel Plaisted
4662629964 Merge pull request #7478 from dsplaisted/update-runtime-to-2.1
Update .NET Core runtime to 2.1
2017-08-24 12:16:43 -07:00
NuGet Team Bot
069d94cbe4 Insert NuGet Build 4.4.0-preview1-4434 into cli 2017-08-24 11:22:51 -07:00
William Li
4ae52088bf Merge branch 'master' into merges/release/2.0.0-to-master-20170821-070027 2017-08-21 12:54:31 -07:00
Daniel Plaisted
be6fc8836f Update to 2.1 runtime 2017-08-17 22:55:43 -07:00
Daniel Plaisted
4598d7b2c2 Update to SDK with a maximum version for .NET Core of 2.1 2017-08-17 19:50:17 -07:00
Nick Guerrera
4434a8a832 Merge pull request #7417 from mlorbetske/dev/mlorbe/FixTemplating1206
Fix dotnet/templating#1206
2017-08-17 14:03:29 -07:00
Nick Guerrera
37714cd5f0 Merge pull request #7413 from Faizan2304/blameDataCollector
Insert new bits of TPv2 and enable blame data collector
2017-08-17 11:50:07 -07:00
Daniel Plaisted
acd690f7da Update to SDK build which includes NuGet 4.4.0-preview1-4365 2017-08-16 18:51:36 -07:00
Daniel Plaisted
cf657095ab Insert NuGet Build 4.4.0-preview1-4365 into cli 2017-08-16 15:35:54 -07:00
dotnet-bot
ebcd0fbf99 Update CoreSetup to preview2-25616-02 2017-08-16 21:23:21 +00:00
Daniel Plaisted
dc88bac18f Update version to 2.0.2-vspre 2017-08-16 14:22:25 -07:00
Daniel Plaisted
e94a82c9a3 Update to SDK build which includes NuGet 4.4.0-preview1-4365 (#7449) 2017-08-15 21:25:36 -07:00
Daniel Plaisted
dec65ebf4d Merge pull request #7448 from dsplaisted/update-nuget
Insert NuGet Build 4.4.0-preview1-4365 into cli
2017-08-15 14:45:55 -07:00
Daniel Plaisted
a4006bdbeb Insert NuGet Build 4.4.0-preview1-4365 into cli 2017-08-15 13:50:30 -07:00
Brett V. Forsgren
22a87d3ca6 Merge pull request #7430 from dotnet/merges/release/2.0.0-to-master-20170814-070029
Merge release/2.0.0 to master
2017-08-15 10:15:54 -07:00
Vijay Ramakrishnan
1a9bf33c3a Updating the websdk to 2.0.0-rel-20170815-630 2017-08-14 19:09:26 -07:00
William Li
1fa454bda4 Ingest new version Aspnet store
Change the url and name accordingly for the name naming convention
2017-08-14 16:05:22 -07:00
Brett V. Forsgren
77e289b114 Merge remote-tracking branch 'upstream/release/2.0.0' into merges/release/2.0.0-to-master-20170814-070029 2017-08-14 13:59:06 -07:00
Davis Goodin
2c8ea8263a Skip versions repo publish if auth not defined
(cherry picked from commit b4c1a809b8)
2017-08-14 14:19:10 -05:00
Davis Goodin
b4c1a809b8 Skip versions repo publish if auth not defined 2017-08-14 14:18:39 -05:00
Mike Lorbetske
be31443adf Fix dotnet/templating#1206 2017-08-10 23:56:43 -07:00
faahmad
ecd6c47d2e Insert new bits of TPv2 and enable blame data collector 2017-08-10 18:55:06 +05:30
Ravi Eda
90683b8cbb Workaround for APIScan build parameter. (#7382)
* Switch to test branch.

* Switch back to master.
2017-08-09 13:35:31 -05:00
William Li
414585ab27 Pass Deb repo secret to the repoapi script
The secret is not passing by env now. However repoapi still assumes the
secret will be passed by env. Pass through the secret via command line
2017-08-08 11:07:09 -07:00
William Li
1ed6be56ca Updating the branding to 2.0.1-servicing 2017-08-07 15:45:35 -07:00
Ravi Eda
b60272d64d Automate triggering of CLI security build. (#7357)
* Get latest version info from latest.version file. (#5)

* Switch to master branch.

* Addressed PR feedback (#6)

* Addressed PR feedback - part 2. (#7)
2017-08-04 18:37:40 -05:00
William Lee
cda49654db Merge pull request #7371 from dotnet/merges/release/2.0.0-to-master-20170804-070030
Merge release/2.0.0 to master
2017-08-04 15:14:37 -07:00
Nick Guerrera
8c654cb9e1 Bump SDK version to align nuget versions 2017-08-04 00:53:05 -07:00
NuGet Team Bot
d4dd50210d Insert NuGet Build 4.3.0-rtm-4382 into cli 2017-08-03 21:58:34 -07:00
Mike Lorbetske
94cadf390b Update templates to 1.0.0-beta2-20170803-303 2017-08-03 10:38:33 -07:00
Daniel Plaisted
cbb0c0f995 Merge branch 'master' into merges/release/2.0.0-to-master-20170802-070030 2017-08-02 11:36:33 -07:00
Daniel Plaisted
8ffdcf1305 Remove Microsoft from VS 2015 .NET Standard support MSI title 2017-08-01 16:00:11 -07:00
Livar
fdedfe93b1 Merge pull request #7296 from ravimeda/security
[New] Security build for CLI
2017-08-01 15:28:44 -07:00
Daniel Plaisted
260e73fce2 Update branding for VS 2015 .NET Standard build support 2017-08-01 11:48:17 -07:00
Livar
af676518dd Merge pull request #7325 from dotnet/merges/release/2.0.0-to-master-20170801-070031
Merge release/2.0.0 to master
2017-08-01 10:04:42 -07:00
Livar Cunha
d29b129f9a Merge remote-tracking branch 'dotnet/rel/1.1.0' into merges/rel/1.1.0-to-release/2.0.0-20170731-070022
* dotnet/rel/1.1.0:
  Trivial change to start a VSO build run.
  Mis-named badge.
  More adjustments for the build-badge table.
  Adjusting the build-badge table.
  Removing the 'OpenSUSE13.2' leg from the Jenkins groovy file.
  Removing the OpenSUSE 13.2 build. from the readme.
  Removing the OpenSUSE 13.2 build.
  Getting the value of 'GitHubPassword' dierctly from a property instead of harvesting from an environmental variable.
  Update SDK to 1.1.0-alpha-20170726-4 in rel/1.1.0
  Updating the build definition URLs.
2017-07-31 11:19:32 -07:00
Livar
96b122e26f Merge branch 'master' into merges/release/2.0.0-to-master-20170731-070024 2017-07-31 11:00:18 -07:00
William Lee
be54917dc4 ingest store without timestamp (#7317)
- Handling no timestamp aspnetcore-store for deb native installers
- Handling no timestamp aspnetcore-store for rpm native installers
  AspNetCoreRuntimePackageName and the version in RPM package.
- Align the name for debian 8 and rhel 7 package.
2017-07-28 20:34:57 -07:00
Livar
53f6fe597f Update SDK to 2.0.0-preview3-20170728-1
Contains the new error message for .NET Framework referencing NetStandard 1.5 and 1.6 without the 2.0 SDK.
2017-07-27 18:39:08 -07:00
Livar
39abdb1ef6 Merge pull request #7302 from dotnet/livarcocc-patch-1
Update SDK to 2.0.0-preview3-20170727-2
2017-07-27 16:37:35 -07:00
Livar
91c9f434d0 Merge pull request #7298 from mlorbetske/dev/mlorbe/AbsorbMsTestUpdate
Absorb update to MSTest version
2017-07-27 15:52:18 -07:00
William Lee
fa4bf8d0fb Merge pull request #7285 from livarcocc/native_installers_use_installed_sdk
Updating the native installers to use the SDK just installed for first run
2017-07-27 15:25:37 -07:00
Livar
d864d60090 Update SDK to 2.0.0-preview3-20170727-2 2017-07-27 15:03:18 -07:00
Mike Lorbetske
09cfa32e5b Absorb update to MSTest version 2017-07-27 12:44:00 -07:00
William Li
20a7ab075a Add the missing / 2017-07-27 11:32:59 -07:00
Livar
6a67932370 Merge pull request #7297 from wli3/update-sdk-version
Update SDK to 2.0.0-preview3-20170727-1
2017-07-27 11:27:02 -07:00
William Li
68d211795a Update SDK to 2.0.0-preview3-20170727-1 2017-07-27 10:41:36 -07:00
John Beisner
376396b7d4 Merge remote-tracking branch 'upstream/rel/1.1.0' into rel/1.1.0 2017-07-27 09:32:24 -07:00
Ravi Eda
aeeb2cd984 Security build for CLI. 2017-07-27 10:44:23 -05:00
Steve Sanderson
5af7786c45 Update SPA templates to 1.0.417 2017-07-27 15:16:29 +01:00
Livar Cunha
9e04dcf8a4 Updating the native installers to use a fully qualified path to dotnet.dll and execute it with dotnet exec, so that the first run experience to populate the offline cache will trigger for the SDK being installed, instead of for the latest one in the box. 2017-07-26 23:10:48 -07:00
Nick Guerrera
9294718d8d Update Roslyn and F# satellites 2017-07-26 18:24:30 -07:00
Livar
f80fac2c51 Merge pull request #7270 from dotnet/merges/release/2.0.0-to-master-20170726-070023
Merge release/2.0.0 to master
2017-07-26 16:20:23 -07:00
John Beisner
15a318f131 Getting the value of 'GitHubPassword' dierctly from a property instead of harvesting from an environmental variable. 2017-07-26 09:55:10 -07:00
Livar
1e7f42a835 Update SDK to 1.1.0-alpha-20170726-4 in rel/1.1.0 2017-07-26 09:28:42 -07:00
Livar
e4a52e57b9 Update SDK to 2.0.0-preview3-20170726-3 2017-07-26 09:21:15 -07:00
Mike Lorbetske
f4d774b58c Switch to picking up the no-timestamp runtime store and package cache 2017-07-25 20:54:44 -07:00
Nick Guerrera
e126145d35 Merge pull request #7262 from seancpeters/update_to_coherence_26452
updating to coherence 26452 & templating build 300
2017-07-25 17:48:07 -07:00
Nick Guerrera
44638af313 Merge pull request #7230 from dotnet/nuget-insertbuild4324
Insert NuGet Build 4.3.0-rtm-4324 into cli
2017-07-25 15:50:49 -07:00
seancpeters
70d18839af updating to coherence 26452 & templating build 300 2017-07-25 15:39:33 -07:00
Nick Guerrera
4e92948870 Merge pull request #7254 from dotnet/merges/release/2.0.0-to-master-20170725-070023
Merge release/2.0.0 to master
2017-07-25 15:17:43 -07:00
Justin Emgarten
d40d128fed Updating NuGet to 4.3.0-rtm-4324 2017-07-24 18:41:27 -07:00
Nick Guerrera
5d07534663 Merge pull request #7223 from livarcocc/resolver_nupkg
Producing a nupkg for Microsoft.NET.MSBuildResolver.
2017-07-24 16:58:15 -04:00
Livar
18ee24c316 Merge pull request #7232 from dotnet/merges/release/2.0.0-to-master-20170724-070022
Merge release/2.0.0 to master
2017-07-24 13:29:28 -07:00
Ashley Hauck
9ff5da4dd2 Update Roslyn to 2.3.2-beta1-61921-05 in 2.0.0 2017-07-24 10:09:31 -07:00
Ashley Hauck
24eccf13e7 Update Roslyn to 2.3.1-beta1-61919-01 in 1.1.0 2017-07-24 10:05:53 -07:00
NuGet Team Bot
81b9379536 Insert NuGet Build 4.3.0-rtm-4324 into cli 2017-07-23 16:23:47 -07:00
Livar
e678c04f03 Merge pull request #7221 from dotnet/livarcocc-patch-2
Updating SDK to 2.0.0-preview3-20170721-7
2017-07-22 17:03:12 -07:00
Mike Lorbetske
2848037380 Update to Coherence 26424 2017-07-21 19:01:49 -07:00
Livar Cunha
1de47f5704 Producing a nupkg for Microsoft.NET.MSBuildResolver. Note that this package contains only the Resolver dll. The hostfxr dll will still have to be acquired separately. 2017-07-21 15:24:59 -07:00
Livar
dfb88456ba Updating SDK to 2.0.0-preview3-20170721-7 2017-07-21 14:42:05 -07:00
Livar
13d5e92486 Merge pull request #7215 from rainersigwald/msbuild-15.3.409-for-2.0
MSBuild 15.3.409
2017-07-21 13:36:05 -07:00
Livar
a1f43a6960 Merge pull request #7218 from wli3/sdk-update-070721
Updating SDK to 2.0.0-preview3-20170721-5
2017-07-21 13:25:02 -07:00
Livar
ebd2a31031 Update SDK to 1.1.0-alpha-20170721-6 2017-07-21 12:39:18 -07:00
William Li
d07a5021ac Updating SDK to 2.0.0-preview3-20170721-5 2017-07-21 12:31:54 -07:00
Livar
6ca8afe223 Merge branch 'release/2.0.0' into msbuild-15.3.409-for-2.0 2017-07-21 12:00:23 -07:00
Livar
cc0dbd3c22 Merge branch 'release/2.0.0' into dev/mlorbe/UpdateToCoherence26412 2017-07-21 11:58:03 -07:00
Livar
429cc2b0c1 Merge pull request #7208 from dotnet-bot/release/2.0.0-UpdateDependencies
Update CoreSetup to preview3-25510-01 (release/2.0.0)
2017-07-21 11:56:27 -07:00
Livar Cunha
a557206a0f Merge remote-tracking branch 'dotnet/release/2.0.0' into merges/release/2.0.0-to-master-20170721-070025
* dotnet/release/2.0.0:
  Revert "Updating SDK to 2.0.0-preview3-20170721-1"
  Updating SDK to 2.0.0-preview3-20170721-1
  Update SdkBrandName
  Insert NuGet Build 4.3.0-rtm-4315 into cli
  Changing the 'coherent' badge value.
2017-07-21 11:29:52 -07:00
Livar
fc103d8134 Merge pull request #7210 from dotnet/livarcocc-patch-1
Update NuGet to 4.3.0-rtm-4315
2017-07-21 11:22:39 -07:00
Livar Cunha
ab5130d7d9 Revert "Updating SDK to 2.0.0-preview3-20170721-1"
This reverts commit c45fca648c.
2017-07-21 10:17:32 -07:00
Rainer Sigwald
3a6c895aec MSBuild 15.3.409 2017-07-21 10:23:16 -05:00
Rainer Sigwald
e0ff36ba8e MSBuild 15.3.409 2017-07-21 10:22:52 -05:00
Mike Lorbetske
08d6a0618e Update to coherence 26412 2017-07-20 23:28:49 -07:00
Livar
126da7ab6a Update NuGet to 4.3.0-rtm-4315 2017-07-20 21:23:01 -07:00
Livar
24a6742dd1 Merge pull request #7207 from dotnet/nuget-insertbuild4315
Insert NuGet Build 4.3.0-rtm-4315 into cli
2017-07-20 21:21:28 -07:00
Livar
c45fca648c Updating SDK to 2.0.0-preview3-20170721-1 2017-07-20 17:49:45 -07:00
dotnet-bot
7108da7170 Update CoreSetup to preview3-25510-01 2017-07-21 00:26:04 +00:00
William Li
d67e1f14db Update SdkBrandName 2017-07-20 12:59:19 -07:00