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
Daniel Plaisted
4c3b13e4a8
Use a shorter path for test working directories, get rid of Stage 0 project.json based CLI
2017-08-29 17:59:34 -07:00
Daniel Plaisted
fd66cdcc2f
Fix test assets with NuGet.Config files pointing to old layout
2017-08-29 11:27:29 -07:00
Daniel Plaisted
9fb5f746ae
Fix multiple tests using same output path
2017-08-29 11:26:28 -07:00
Daniel Plaisted
103b8a6ec4
Fix test asset that had NuGet.Config pointing to incorrect directory
2017-08-29 09:59:38 -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
Daniel Plaisted
fc6f2f3bfa
Fix DotNetRestore after merging upstream changes
2017-08-28 12:39:12 -07:00
Daniel Plaisted
107252ebe7
Merge upstream changes
2017-08-28 11:09:19 -07:00
Nick Guerrera
a7eba4d9e8
Merge pull request #7530 from nguerrera/dotnet-bot-master-UpdateDependencies
...
Update to latest core-setup and clean up
2017-08-26 10:14:12 -07:00
Nick Guerrera
497f6c5b0c
Fix warnings in test projects
2017-08-25 20:17:58 -07:00
Nick Guerrera
ac3900d9c1
Re-enable some tests
2017-08-25 20:17:58 -07:00
Nick Guerrera
656eab7aec
Target netcoreapp2.1, eliminate warnings, treat warnings as errors
2017-08-25 20:17:57 -07:00
Nick Guerrera
0a1be24e2f
Use fixed RTM build of PlatformAbstractions from build project
2017-08-25 20:17:32 -07:00
Nick Guerrera
cf511cdc17
Revert "Pin Stage0 to a version with .NET Core 2.0 instead of 2.1"
...
This reverts commit 83b92ee8d6
.
2017-08-25 14:05:55 -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
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
1db2d78dd9
Merge pull request #7514 from dsplaisted/Pin-Stage0
...
Pin Stage0 to a version with .NET Core 2.0 instead of 2.1
2017-08-24 16:46:01 -07:00
Daniel Plaisted
e4777c0b91
Update expected SDK version test to work with multiple stages
2017-08-24 15:51:38 -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
61e68e621a
Show path when directory delete fails in test setup
2017-08-24 15:49:14 -07:00
Daniel Plaisted
4ccf1b6902
Use separate folders for different cases of a theory
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
83b92ee8d6
Pin Stage0 to a version with .NET Core 2.0 instead of 2.1
...
This will avoid https://github.com/dotnet/corefx/issues/23496 , which https://github.com/dotnet/cli/pull/7506 will work around
2017-08-24 14:43:58 -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
Daniel Plaisted
b461e75524
Disable tests on non-Windows due to bugs related to .NET Core 2.1
...
https://github.com/dotnet/corefx/issues/23496
https://github.com/dotnet/cli/issues/7501
2017-08-23 10:41:37 -07:00
Daniel Plaisted
a463a34ac5
Update CliTargetFramework to netcoreapp2.1, and switch from hardcoding to using the variable in places
2017-08-23 10:40:26 -07:00
Nick Guerrera
f62ca5e235
Merge pull request #7488 from wli3/merges/release/2.0.0-to-master-20170821-070027-resolve-conflict
...
Merges/release/2.0.0 to master 20170821 070027 resolve conflict
2017-08-21 14:24:31 -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
José Pedro
b855c1ec0e
Renamed 'Runtime Package Store' to 'Runtime Store'.
2017-08-21 12:36:55 -07:00
Daniel Plaisted
360e657884
Disable tests that require templates that target .NET Core 2.1 (which aren't available yet)
2017-08-18 18:07:57 -07:00
Daniel Plaisted
60e5fabde2
Update tool tests to target netcoreapp2.1
2017-08-18 18:07:14 -07:00
Daniel Plaisted
dc4046ca7e
Update test code to use netcoreapp2.1
2017-08-18 15:36:01 -07:00
Daniel Plaisted
c00afe9588
Retarget tests to netcoreapp2.1
2017-08-17 23:07:28 -07:00
Daniel Plaisted
be6fc8836f
Update to 2.1 runtime
2017-08-17 22:55:43 -07:00
Nick Guerrera
937578cd3e
Merge pull request #7469 from dsplaisted/2.1-maximum-version
...
Update to SDK with a maximum version for .NET Core of 2.1
2017-08-17 20:38:02 -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
Mikkel Nylander Bundgaard
44d25ae3af
Add test for commands without doclink
2017-08-17 15:01:31 -07:00
Mikkel Nylander Bundgaard
5ae335b592
Only open help page for commands with DocLink
...
The help-command now handles commands without a DocLink
in the same manner as unknown commands.
Fixes #7065
2017-08-17 15:01:31 -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
6e993ed1cb
Merge pull request #7441 from dotnet/vramak/UpdateWebSdk_8_14
...
Updating the websdk to 2.0.0-rel-20170815-630
2017-08-17 14:02:30 -07:00
Rick Anderson
27a6569ae0
Update README.md ( #7217 )
2017-08-17 13:19:03 -07:00
Nick Guerrera
949b8f8963
Merge pull request #7465 from dotnet/merges/release/2.0.0-to-master-20170817-070024
...
Merge release/2.0.0 to master
2017-08-17 12:56:48 -07:00
Nick Guerrera
448fba7456
Merge pull request #7446 from vcsjones/remove-targets-from-usage
...
Remove --targets from usage.
2017-08-17 11:51:22 -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
dotnet-bot
ebcd0fbf99
Update CoreSetup to preview2-25616-02
2017-08-16 21:23:21 +00:00