From 57a23d249aafe6409b3e24836a486f769cb74c2c Mon Sep 17 00:00:00 2001 From: dotnet bot Date: Fri, 12 Feb 2021 14:11:46 -0800 Subject: [PATCH] [vs16.9] NuGet Feed Update (#6136) Co-authored-by: Matt Mitchell Co-authored-by: Ben Villalobos <4691428+BenVillalobos@users.noreply.github.com> --- NuGet.config | 3 +-- eng/Packages.props | 2 +- src/Directory.Build.targets | 6 +++--- .../TrackedDependencies/FileTrackerTests.cs | 3 ++- 4 files changed, 7 insertions(+), 7 deletions(-) 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 {