diff --git a/nuget/Microsoft.Windows.CsWinRT.targets b/nuget/Microsoft.Windows.CsWinRT.targets index cc10d2595..ac1af218a 100644 --- a/nuget/Microsoft.Windows.CsWinRT.targets +++ b/nuget/Microsoft.Windows.CsWinRT.targets @@ -91,7 +91,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. @(CsWinRTExcludeItems->'-exclude %(Identity)', ' ') @(CsWinRTIncludeItems->'-include %(Identity)', ' ') - $([MSBuild]::NormalizeDirectory('$(MSBuildThisFileDirectory)', '..\metadata\WinRT.Interop.winmd')) + $([MSBuild]::NormalizePath('$(MSBuildThisFileDirectory)', '..\metadata\WinRT.Interop.winmd')) -input $(CsWinRTInteropMetadata) -include WinRT.Interop