Skip to content

Commit 2fdbb0c

Browse files
authored
Exclude all .js files from VMR signing validation (#48625)
1 parent 82f2122 commit 2fdbb0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SourceBuild/content/eng/SignCheckExclusionsFile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*singlefilehost.exe;;Template, DO-NOT-SIGN, https://github.com/dotnet/core-setup/pull/7549
77
*comhost.dll;;Template, DO-NOT-SIGN, https://github.com/dotnet/core-setup/pull/7549
88
*apphosttemplateapphostexe.exe;;Template, DO-NOT-SIGN, https://github.com/dotnet/core-setup/pull/7549
9-
dotnet*.js;; DO-NOT-SIGN, https://github.com/dotnet/runtime/issues/114353#issuecomment-2784726217
9+
*.js;; DO-NOT-SIGN, Arcade's SignTool no longer signs .js files by default https://github.com/dotnet/arcade/pull/15760
1010

1111
;; ## PGO ##
1212
;dotnet-sdk-pgo-*.tar.gz; PGO builds are unsigned

0 commit comments

Comments
 (0)