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 a01a58c commit 271b27dCopy full SHA for 271b27d
.github/workflows/pr.yml
@@ -4,7 +4,7 @@ on:
4
branches:
5
- master
6
env:
7
- BRN_Version: '0.64'
+ BRN_Version: '0.71'
8
9
jobs:
10
build-android:
@@ -225,7 +225,6 @@ jobs:
225
working-directory: ./Package
226
- name: Gulp Build ${{ matrix.platform }} ${{ matrix.config }} (Windows)
227
run: |
228
- $env:NODE_OPTIONS="--openssl-legacy-provider"
229
npx gulp buildUWP${{ matrix.platform }}${{ matrix.config }}
230
231
- name: Gulp NuGet Restore Playground
0 commit comments