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
When updating our PackageValidationBaselineVersion the build fails on package validation. However when running our build with /p:ApiCompatGenerateSuppressionFile=true to update the files as instructed, the only differece in the output is that the command deleted the comments we had on the xlm files:
Describe the bug
When updating our

PackageValidationBaselineVersion
the build fails on package validation. However when running our build with/p:ApiCompatGenerateSuppressionFile=true
to update the files as instructed, the only differece in the output is that the command deleted the comments we had on the xlm files:You can see it in dotnet/msbuild#10116
Repro
PackageValidationBaselineVersion
to 17.10.4 (the new release version).\build.cmd -c Release -pack /p:ApiCompatGenerateSuppressionFile=true
from msbuild repo source.The text was updated successfully, but these errors were encountered: