Skip to content

Commit 6b8213b

Browse files
authored
Remove .py files from being signed (#13005)
* Remove .py files from being signed Our python starter template has an Authenitcode signature block in its .py files. These aren't wanted because users are meant to change these templates. Fix #13004 * PR feedback
1 parent a19905e commit 6b8213b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/Signing.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
<!-- add missing entry for .msi, this can be removed once aspire uses arcade 10.0 -->
1010
<FileExtensionSignInfo Include=".msi" CertificateName="MicrosoftDotNet500" Condition="!@(FileExtensionSignInfo->AnyHaveMetadataValue('Identity', '.msi'))" />
11+
12+
<!-- Remove .py files from being signed. See https://github.com/dotnet/aspire/issues/13004 -->
13+
<FileExtensionSignInfo Remove=".py" />
1114
</ItemGroup>
1215

1316
<ItemGroup>

0 commit comments

Comments
 (0)