You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the version.txt file from packages (#10692)
The version.txt file isn't used anymore. It isn't read by windowsdesktop, sdk or wpf. Though, it's showing up as a difference between the MSFT and the VMR build. Remove it to simplify the infrastructure and reduce the package assets.
Condition="'$(IsPackable)'=='true' and '$(CreateArchNeutralPackage)'=='true' and !Exists('$(ArtifactsPackagingDir)$(NormalizedPackageName)\version.txt')"
0 commit comments