Commit Graph

295 Commits

Author SHA1 Message Date
Pranav K d3d88481e2 Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-25 12:47:25 -07:00
Nate McMaster 1e61428f8e Lift packages to target .NET Core 2.0 2017-04-24 10:39:27 -07:00
Pranav K 023b1d7db8 Updating versions to 2.0.0-preview1 2017-04-03 21:41:09 -07:00
Pranav K e4e62b3156 Updating to 2.0.0 Internal.AspNetCore.Sdk 2017-03-29 11:30:32 -07:00
Doug Bunting 0e8b790a08 Disable API Check for these command-line tools 2017-03-25 15:30:49 -07:00
Nate McMaster f246dd3502 Upgrade test projects to .NET Core 2.0 2017-03-22 11:56:27 -07:00
Nate McMaster 13219fafa9 Remove code that moved into CommandLineUtils 2017-03-22 10:19:19 -07:00
Nate McMaster 849319bcff
React to changes in command line utils 2017-03-21 16:31:29 -07:00
Nate McMaster 1f8e8fae5d
React to aspnet/Common#205 2017-03-21 15:48:04 -07:00
Nate McMaster cac669df3d
Update Travis to macOS Sierra
[skip appveyor]
2017-03-21 12:07:05 -07:00
Nate McMaster d1d656d5b8 Add samples and update READMEs (#275) 2017-03-15 09:29:05 -07:00
Nate McMaster 8c32731282 Update dependencies and build version to 1.2.0
Unify dependencies
Remove duplcated code from CommandLineUtils
Update appveyor image
2017-03-14 12:22:25 -07:00
Nate McMaster 1bfa9c4b4b
Make it possible to detect that a process is running inside dotnet-watch by setting 'DOTNET_WATCH=1' 2017-03-13 13:00:22 -07:00
Nate McMaster c97dd446eb
Simplify console output and fix color output on CMD 2017-03-10 09:18:38 -08:00
Nate McMaster beb53221c3
Merge branch 'rel/1.0.0' into dev 2017-03-07 12:52:07 -08:00
Nate McMaster 047e4a8533 Update AppVeyor and Travis settings 2017-03-01 18:25:45 -08:00
Nate McMaster 4f83e641a7 Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
Nate McMaster e2e0c8dadf Add install instructions to README.md
[ci skip]
2017-02-27 11:00:04 -08:00
Nate McMaster ec7df544ed Use latest LTS packages 2017-02-16 13:46:11 -08:00
Nate McMaster 8764af8a36
Downgrade to stable packages 2017-02-14 16:15:36 -08:00
Nate McMaster 60a06b2e07 Update README.md
[ci skip]
2017-02-14 12:11:39 -08:00
Nate McMaster 3611adb894 Fix mispaired solution configurations 2017-02-10 19:35:36 -08:00
Nate McMaster 5a444fa75c Cleanup project files and workaround, run tests on .NET Core 1.1 2017-02-10 08:26:17 -08:00
Nate McMaster 7019c55219 Fix package path issues 2017-02-03 10:15:28 -08:00
Nate McMaster ca7b6f65e9 Update appveyor image and README badges 2017-01-31 10:57:05 -08:00
Nate McMaster fac6b44bbd Upgrade to RC.3 2017-01-20 11:08:47 -08:00
Nate McMaster e325d9b52e
Pin sdk version using global.json 2017-01-19 17:09:38 -08:00
Nate McMaster 3c22b86a95 Create RTM package versions 2017-01-18 14:35:05 -08:00
BrennanConroy 161d101da6 Change Xunit version 2017-01-17 16:24:00 -08:00
Nate McMaster 3e4d3ba8a8
Merge branch 'rel/1.0.0' into dev 2017-01-17 16:00:10 -08:00
Nate McMaster 6e246fa583
Prepare for 1.0.0 release. Pin versions of tools and SDK 2017-01-17 12:06:38 -08:00
Nate McMaster 99e35b9651
⬆️ update tool versions to 1.0.1 2017-01-17 11:57:20 -08:00
Nate McMaster e481df3d49 Add better errors, fix help output text, and add 'dotnet watch --list' to help us diagnose issues
Fixes #252 - help output shown twice in dotnet-watch
Fixes #250 - add dotnet-watch --list. Prints a list of all files discovered
Fixes #249 - better error message when GenerateWatchList fails
2017-01-17 11:43:44 -08:00
Nate McMaster 7ee45afed4 React to aspnet/KoreBuild#155
This converts to using Internal.AspNetCore.Sdk instead of importing from the KoreBuild folder directly
2017-01-11 14:01:15 -08:00
Nate McMaster cb3c5d77ad Upgrade appveyor image 2017-01-09 10:36:52 -08:00
Nate McMaster cc84b8402d Fix help text for dotnet-user-secrets-set to show the correct Windows example 2017-01-03 11:16:34 -08:00
Nate McMaster 6f1057a760
Merge branch 'rel/1.0.0-msbuild3' into feature/msbuild 2016-12-16 14:26:23 -08:00
Nate McMaster 15c1bfa717
Branch for RC.3 2016-12-16 14:25:15 -08:00
Nate McMaster e588c9ea86
⬆️ PrefixSuffix to msbuild4 2016-12-16 14:13:35 -08:00
Nate McMaster a4b7bbab45 Merge branch 'dev' into feature/msbuild 2016-12-15 09:35:06 -08:00
Nate McMaster d55948cae3
React to changes in KoreBuild 2016-12-14 19:30:44 -08:00
Nate McMaster c8b37f47d0 Pin functional tests to preview2 of dotnet-cli 2016-12-14 16:34:19 -08:00
Nate McMaster fd632ec654 Cleanup msbuild layout
Use one props file for whole repo, avoiding layers of dir.props
2016-12-14 09:13:00 -08:00
Nate McMaster e94def7eca Re-enable tests for file delete detection in dotnet-watch
Microsoft.NET.Sdk fixed the underlying issue causing these tests to fail.

Resolves #224.
2016-12-13 10:04:19 -08:00
Nate McMaster 08e3e0b77f Cleanup dotnet-watch testing 2016-12-13 09:59:11 -08:00
Nate McMaster 44c8920412 Add RepositoryUrl and RepositoryType properties 2016-12-12 17:40:07 -08:00
Nate McMaster 346dfe8fe0 Remove dependency on Microsoft.DotNet.Cli.Utils from test project 2016-12-12 16:40:01 -08:00
Nate McMaster 67c540051b Update README.md 2016-12-12 16:24:15 -08:00
Nate McMaster d4313dae3b Use props from Korebuild 2016-12-12 16:21:18 -08:00
Nate McMaster 902ff8dce3 Build with MSBuild 2016-12-12 15:55:00 -08:00