Temporarily disable sign check because the tool crashes and prevents us from getting a build
This commit is contained in:
parent
6b66c2a67f
commit
1f19f1a51a
|
|
@ -13,6 +13,8 @@
|
|||
|
||||
<DependencyPackageDir>$(RepositoryRoot).deps\build\</DependencyPackageDir>
|
||||
<SignedDependencyPackageDir>$(RepositoryRoot).deps\Signed\Packages\</SignedDependencyPackageDir>
|
||||
<!-- SignCheck currently fails when verifying vsix files. See https://github.com/dotnet/arcade/issues/1306. -->
|
||||
<DisableSignCheck>true</DisableSignCheck>
|
||||
<SignCheckExclusionsFile>$(RepositoryRoot)eng\signcheck.exclusions.txt</SignCheckExclusionsFile>
|
||||
<!-- This creates false-positives on many of the native .dll's we produce or re-distribute from other teams. -->
|
||||
<DisableSignCheckStrongName>true</DisableSignCheckStrongName>
|
||||
|
|
|
|||
Loading…
Reference in New Issue