Put the version string comment in the wrong place (#1788)
authorMike McLaughlin <mikem@microsoft.com>
Wed, 2 Dec 2020 23:43:03 +0000 (15:43 -0800)
committerGitHub <noreply@github.com>
Wed, 2 Dec 2020 23:43:03 +0000 (15:43 -0800)
eng/CreateVersionFile.csproj

index 6916068e1b8fe8f7647b9e7e242f045aa4a6e804..da5fd90772c730d379bc97a13f7e80da45eb197e 100644 (file)
@@ -73,8 +73,8 @@
     </PropertyGroup>
 
     <PropertyGroup>
-      <NativeVersionLines>
       <!-- SOS (strike.cpp) has a dependency on this variable being public and that it begins with the @(#)Version prefix -->
+      <NativeVersionLines>
 <![CDATA[
 char sccsid[] __attribute__((used)) = "@(#)Version $(InformationalVersion)$(BuiltByString)";
  ]]>