Justin Kotalik
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Microsoft.Tye.Hosting/Watch/Internal/MsBuildFileSetFactory.cs
|
|
|
@ -54,7 +54,7 @@ namespace Microsoft.DotNet.Watcher.Internal |
|
|
|
cancellationToken.ThrowIfCancellationRequested(); |
|
|
|
|
|
|
|
var args = new StringBuilder(); |
|
|
|
args.Append($"msbuild \"{_projectFile}\" /p:_DotNetWatchListFile={watchList}"); |
|
|
|
args.Append($"msbuild \"{_projectFile}\" /p:_DotNetWatchListFile=\"{watchList}\""); |
|
|
|
foreach (var flag in _buildFlags) |
|
|
|
{ |
|
|
|
args.Append(" "); |
|
|
|
|