Clean up unused build code.

This commit is contained in:
Eric Erhardt 2017-05-11 08:59:38 -05:00
parent fcb334e30a
commit 928c510c84
6 changed files with 2 additions and 86 deletions

View file

@ -1,11 +0,0 @@
// 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.
namespace Microsoft.DotNet.Cli.Build.Framework
{
public enum BuildArchitecture
{
x86 = 1,
x64 = 2
}
}