Commit graph

7308 commits

Author SHA1 Message Date
Eric Erhardt
14b70b9e5e Merge pull request #7604 from eerhardt/FixUpdateDependencies
Fix update-dependencies by using the correct TFM.
2017-09-06 20:33:12 -05:00
Daniel Plaisted
987a5da85a Delete old environment scripts which don't appear to be used or up to date 2017-09-06 18:01:39 -07:00
Daniel Plaisted
ce7ff1cf6b Add build and test environment setup scripts, update developer guide 2017-09-06 17:59:04 -07:00
Eric Erhardt
a36d67fe07 Fix update-dependencies by using the correct TFM.
stage0 comes with 2.1 runtime now, so need to use netcoreapp2.1.
2017-09-06 19:55:13 -05:00
Nick Guerrera
21e769a795 Merge pull request #7601 from eerhardt/FixUpdateDependencies
Fix update-dependencies.
2017-09-06 17:37:04 -07:00
Nick Guerrera
6734510020 Merge pull request #7489 from dotnet/dev/nicholg/sdk-servicing
Finalize v2.0.1
2017-09-06 17:36:08 -07:00
John Beisner
a8e96e9d52 Adding a Jenkins test leg to master - Spanish. 2017-09-06 16:12:31 -07:00
Livar Cunha
093512a64e Pinning the package version expected by NewProjectRestoresCorrectPackageVersion to 2.0.0. 2017-09-06 15:40:31 -07:00
Eric Erhardt
0491fd3826 Fix update-dependencies.
Don't import the root Directory.Build.props during update-dependencies because it imports generated .props files that don't exist outside of the build.
2017-09-06 15:27:16 -05:00
Livar Cunha
cbc87958cc Fix implicit Microsoft.NetCore.App version test. 2017-09-06 12:52:19 -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
John Beisner
86732427fa Merge pull request #7594 from dsplaisted/fix-signing
Avoid importing incompatible .props files for signing build
2017-09-05 17:16:26 -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
4b54152800 Merge pull request #7591 from johnbeisner/master
Stop building "ubuntu_16_10_x64"
2017-09-05 10:13:43 -07:00
John Beisner
47651b6e77 Stop building ubuntu.16.10-x64 2017-09-05 08:44:15 -07:00
John Beisner
7a55e4bbe4 Adding the "ubuntu_16_10_x64" moniker to the badges lookup. 2017-09-05 08:37:53 -07:00
Daniel Plaisted
c266e398cf Merge pull request #7522 from dsplaisted/fix-incremental-build
Rearrange output folders
2017-09-01 19:53:31 -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
27dc8032dd Fix test that depended on old output directory layout 2017-09-01 13:53:17 -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
Nick Guerrera
8ef162fd13 Merge pull request #7579 from dotnet/merges/release/2.0.0-to-master-20170901-070026
Merge release/2.0.0 to master
2017-09-01 13:16:42 -07:00
William Li
8b8aef7e44 Add log to UploadToLinuxPackageRepository 2017-09-01 12:51:38 -07:00
Nick Guerrera
f4f5100af1 Merge pull request #7480 from mikkelbu/list-store-and-help-as-commands
Add store and help to SDK commands
2017-09-01 12:48:58 -07:00
Nick Guerrera
fadaf4f961 Merge pull request #7577 from wli3/2.0-vs-remove-ubuntu1610
Remove out of support ubuntu1610
2017-09-01 12:39:35 -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
ebbee439b6 Merge pull request #7578 from nguerrera/2.0-dependency-versions
Update shared framework dependency for 2.0.x
2017-09-01 11:27:04 -07:00
Nick Guerrera
03293f5b90 Fix test expectation for package restored n new project 2017-08-31 17:56:15 -07:00
William Li
1de49f0855 Remove out of support ubuntu1610 2017-08-31 17:09:23 -07:00
Nick Guerrera
3514db05da Update shared framework dependency 2017-08-31 17:09:05 -07:00
Nick Guerrera
be65a53b45 Merge pull request #7576 from wli3/dev/wul/remove1610
Remove out of support ubuntu1610
2017-08-31 17:02:11 -07:00
William Li
cd963e7bdb Remove out of support ubuntu1610 2017-08-31 16:59:17 -07:00
seancpeters
7f3c93cd0c fixed the bug annotation 2017-08-31 16:40:28 -07:00
seancpeters
bb90633cad annotated the commented out test cases related to netstandard2.0 2017-08-31 16:38:33 -07:00
John Beisner
abaf4aebc9 Merge pull request #7572 from johnbeisner/ScriptChanges
Install-script changes
2017-08-31 15:52:37 -07:00
seancpeters
ffdccdfc21 Re-enabling some unit tests that were skipped, but are again valid with net core 2.1 2017-08-31 15:31:44 -07:00
John Beisner
e0172b5689 Changes per code review... 2017-08-31 13:40:32 -07:00