Skip to content

Commit

Permalink
Disable VS tracking (#637)
Browse files Browse the repository at this point in the history
* Disable VS tracking

until/unless cswinrt invocations can produce tlog entries to support VS incremental builds

* Update Microsoft.Windows.CsWinRT.targets

PR feedback - keep tracking enabled for authoring
  • Loading branch information
Scottj1s committed Dec 17, 2020
1 parent 1b4ff32 commit 7e31b55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuget/Microsoft.Windows.CsWinRT.targets
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Copyright (C) Microsoft Corporation. All rights reserved.
<AllowUnsafeBlocks Condition="'$(CsWinRTComponent)' == 'true'">true</AllowUnsafeBlocks>
<AllowUnsafeBlocks Condition="$(CsWinRTEnabled)">true</AllowUnsafeBlocks>
<CoreCompileDependsOn>CsWinRTIncludeProjection;CsWinRTRemoveWinMDReferences;$(CoreCompileDependsOn)</CoreCompileDependsOn>
<TrackFileAccess Condition="'$(CsWinRTComponent)' != 'true'">false</TrackFileAccess>
</PropertyGroup>

<!-- Remove WinRT.Host.Shim.dll references -->
Expand Down Expand Up @@ -115,4 +116,4 @@ $(CsWinRTFilters)

<Import Project="$(MSBuildThisFileDirectory)Microsoft.Windows.CsWinRT.Prerelease.targets" Condition="Exists('$(MSBuildThisFileDirectory)Microsoft.Windows.CsWinRT.Prerelease.targets')"/>

</Project>
</Project>

0 comments on commit 7e31b55

Please sign in to comment.