diff --git a/NuGet.config b/NuGet.config index 6a442ae4089..cfa8997361c 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,9 +2,8 @@ - - + diff --git a/eng/Packages.props b/eng/Packages.props index ebd0d0e551f..997c47d0d2d 100644 --- a/eng/Packages.props +++ b/eng/Packages.props @@ -4,7 +4,7 @@ - + diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets index 7d4b6537997..cc49abc4f19 100644 --- a/src/Directory.Build.targets +++ b/src/Directory.Build.targets @@ -82,9 +82,9 @@ netstandard $(RepoRoot)ref\$(GenAPIAssemblyName)\$(GenAPIShortFrameworkIdentifier)\$(GenAPIAssemblyName).cs - - - + + + diff --git a/src/Utilities.UnitTests/TrackedDependencies/FileTrackerTests.cs b/src/Utilities.UnitTests/TrackedDependencies/FileTrackerTests.cs index 9558f9098ea..79db28ce138 100644 --- a/src/Utilities.UnitTests/TrackedDependencies/FileTrackerTests.cs +++ b/src/Utilities.UnitTests/TrackedDependencies/FileTrackerTests.cs @@ -1,6 +1,8 @@ // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. +#if FEATURE_FILE_TRACKER + using System; using System.Collections.Generic; using System.Diagnostics; @@ -17,7 +19,6 @@ using BackEndNativeMethods = Microsoft.Build.BackEnd.NativeMethods; // PLEASE NOTE: This is a UNICODE file as it contains UNICODE characters! -#if FEATURE_FILE_TRACKER namespace Microsoft.Build.UnitTests.FileTracking {