This commit is contained in:
PiotrP 2016-08-25 15:53:15 -07:00
parent c5b4e48410
commit ed66c70106
4 changed files with 134 additions and 89 deletions

View file

@ -1,6 +1,9 @@
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
namespace Microsoft.DotNet.Cli.Build
{
public class DotNetDebTool : DotNetTool