refactor(zip builds): removed the c# wrapper as it wont be used on this build anymore

This commit is contained in:
2025-07-18 06:40:50 -05:00
parent c224e30b8d
commit e3a4ef7a80

View File

@@ -38,6 +38,7 @@ const ignoreList = [
//misc files
"jsTesting",
"dotnetwrapper",
"prodBuild",
];
const shouldIgnore = (itemPath: any) => {