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
Fix IncludeBuildNumberInPackageVersion for official builds (dotnet#3181)
When doing an official build and setting a AzDO build variable, the variable turns into an environment variable. When MSBuild props/targets files declare a property, if they don't check if the property is already set, the MSBuild props file will override the environment variable. This causes the AzDO build variable to be ignored.
Adding a check if the IncludeBuildNumberInPackageVersion property is already set before setting it in Directory.Build.props.
0 commit comments