We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9c126 commit d32fd92Copy full SHA for d32fd92
.github/workflows/template-buildrnx.yml
@@ -41,13 +41,3 @@ jobs:
41
name: RNX ${{ inputs.configuration }} ${{ inputs.platform }} Build Output
42
path: package\windows\${{ inputs.platform }}\${{ inputs.configuration }}\ReactNativeXaml\*.*
43
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