diff --git a/build/repo.props b/build/repo.props index 9b866315e8..2c14e6176a 100644 --- a/build/repo.props +++ b/build/repo.props @@ -13,6 +13,9 @@ $(RepositoryRoot).deps\build\ $(RepositoryRoot).deps\Signed\Packages\ + $(RepositoryRoot)eng\signcheck.exclusions.txt + + true diff --git a/eng/signcheck.exclusions.txt b/eng/signcheck.exclusions.txt new file mode 100644 index 0000000000..72a47fb4ba --- /dev/null +++ b/eng/signcheck.exclusions.txt @@ -0,0 +1,5 @@ +content/sdk/*/AppHostTemplate/apphost.exe;AspNetCoreRuntime.*.nupkg; Exclude the apphost because this is expected to be code-signed by customers after the SDK modifies it. +content/*.js;Microsoft.DotNet.Web.Spa.ProjectTemplates.*.nupkg; Exclude JavaScript files from codesigning in project templates +content/*.js;Microsoft.DotNet.Web.ProjectTemplates.*.nupkg; Exclude JavaScript files from codesigning in project templates +Templates/*.js;Microsoft.VisualStudio.Web.CodeGenerators.Mvc.*.nupkg; Exclude JavaScript files from codesigning in code generators +*.js;signalr-*-javadoc.jar; Exclude JavaScript files in the generated javadocs diff --git a/src/Framework/Directory.Build.props b/src/Framework/Directory.Build.props index d96d5b2e8d..df110bdbcd 100644 --- a/src/Framework/Directory.Build.props +++ b/src/Framework/Directory.Build.props @@ -15,7 +15,7 @@ - $(ArtifactsConfigurationDir)$(SharedFxRid)\$(MSBuildProjectName)\ + $(RepositoryRoot)bin\fx\$(SharedFxRid)\$(MSBuildProjectName)\ $(RepositoryRoot)obj\fx\$(MSBuildProjectName)\ false