Skip to content

Commit c4d8af5

Browse files
committed
✨ update main author email in Directory.Build.props
1 parent 47dd6f7 commit c4d8af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<IsToolingProject>$(MSBuildProjectDirectory.ToLower().StartsWith('$(MSBuildThisFileDirectory.ToLower())tooling'))</IsToolingProject>
77
<IsLinux>$([MSBuild]::IsOSPlatform('Linux'))</IsLinux>
88
<IsWindows>$([MSBuild]::IsOSPlatform('Windows'))</IsWindows>
9-
<IsMainAuthor Condition="'$(EMAIL)' == '[email protected]'">true</IsMainAuthor>
9+
<IsMainAuthor Condition="'$(EMAIL)' == '[email protected]'">true</IsMainAuthor>
1010
<SkipSignAssembly>false</SkipSignAssembly>
1111
<PackageReleaseNotesFile>..\..\.nuget\$(MSBuildProjectName)\PackageReleaseNotes.txt</PackageReleaseNotesFile>
1212
<LangVersion>latest</LangVersion>

0 commit comments

Comments
 (0)