Skip to content

Commit 459a993

Browse files
author
MPCoreDeveloper
committed
git runner
1 parent eedd174 commit 459a993

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

NuGet.Config

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@
1414
<packageSourceCredentials>
1515
<!-- Add credentials here if needed for private feeds -->
1616
</packageSourceCredentials>
17+
18+
<config>
19+
<add key="signatureValidationMode" value="accept" />
20+
</config>
1721

1822
<!-- Disable default sources if needed -->
1923
<disabledPackageSources>
24+
<add key="orchardcore-nightly" value="true" />
2025
</disabledPackageSources>
21-
22-
<!-- Trust settings for feeds -->
23-
<trustedSigners>
24-
<author name="Microsoft">
25-
<certificate fingerprint="0E5F38F57606B652F25B13BF63D56AC13127D08C" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
26-
</author>
27-
</trustedSigners>
2826
</configuration>

0 commit comments

Comments
 (0)