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
VSTest requires IncludeSourceRevisionInInformationalVersion to be set to false in order to build successfully with -ci, however this is only specified in the build YML. Instead you should set this in your build targets to avoid folks having to know to set it. This broke the VMR / SourceBuild when the ProductVersion validation was recently added.
Description
VSTest requires
IncludeSourceRevisionInInformationalVersion
to be set to false in order to build successfully with-ci
, however this is only specified in the build YML. Instead you should set this in your build targets to avoid folks having to know to set it. This broke the VMR / SourceBuild when the ProductVersion validation was recently added.Steps to reproduce
See dotnet/sdk#42157 (comment)
Expected behavior
Successful build. No need to specify additional arguments.
Actual behavior
Build fails with
Diagnostic logs
Binlog: source-inner-build-vstest.zip
Environment
See dotnet/sdk#42157 (comment)
The text was updated successfully, but these errors were encountered: