Skip to content

Commit d32fd92

Browse files
committed
remove binary size check
1 parent 7d9c126 commit d32fd92

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/template-buildrnx.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,3 @@ jobs:
4141
name: RNX ${{ inputs.configuration }} ${{ inputs.platform }} Build Output
4242
path: package\windows\${{ inputs.platform }}\${{ inputs.configuration }}\ReactNativeXaml\*.*
4343
if-no-files-found: error
44-
45-
- if: ${{ inputs.configuration == 'Release' && inputs.platform == 'x64' }}
46-
name: Validate size (Release x64 only)
47-
shell: powershell
48-
run: |
49-
$size = (gci package\windows\x64\Release\ReactNativeXaml\ReactNativeXaml.dll).Length
50-
$size
51-
if ($size -gt 1.5MB) {
52-
throw "DLL is bigger than 1.5MB"
53-
}

0 commit comments

Comments
 (0)