- Rename package IDs to dotnet-watch, dotnet-user-secrets, and dotnet-sql-cache - Change packaging layout to support dotnet-install-tool - Change package metadata to DotnetTool - Drop support for DotNetCliToolReference (those will continue to be available under previous package ID's) - Rename project files and folders |
||
|---|---|---|
| .. | ||
| LaunchAnyCommand.csproj | ||
| README.md | ||
| package.json | ||
| say-hello.js | ||
README.md
Launch any command with dotnet-watch
Prerequisites
- Install .NET Core command line. https://dot.net/core
- Install NodeJS. https://nodejs.org
Usage
Open a terminal to the directory containing this project.
dotnet watch msbuild /t:RunMyNpmCommand
Changing the .csproj file, or the say-hello.js file will cause dotnet-watch to re-run the 'RunMyNpmCommand' target in MyApp.csproj.