From f13072316343c034b8bd814d2ec5c0c2ae768c17 Mon Sep 17 00:00:00 2001 From: Cedric Guillemet <1312968+CedricGuillemet@users.noreply.github.com> Date: Thu, 26 Sep 2024 20:24:25 +0200 Subject: [PATCH 1/2] Update pr.yml --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3f2f945b..91f23e72 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -115,7 +115,7 @@ jobs: platform: [x64, ARM64] config: [Debug, Release] react-native-version: ['0.73', '0.74'] - basekit: ['', 'BaseKit'] + basekit: [''] #['', 'BaseKit'] steps: - name: Support longpaths run: git config --system core.longpaths true @@ -240,4 +240,4 @@ jobs: # npm publish --access public --dry-run # working-directory: ./Package/Assembled # env: -# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file +# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} From f374b8792adaf2021fe43d1dcf5c7488e8398595 Mon Sep 17 00:00:00 2001 From: Cedric Guillemet <1312968+CedricGuillemet@users.noreply.github.com> Date: Thu, 26 Sep 2024 20:48:07 +0200 Subject: [PATCH 2/2] Update gulpfile.js --- Package/gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Package/gulpfile.js b/Package/gulpfile.js index cbf83c38..116a28e4 100644 --- a/Package/gulpfile.js +++ b/Package/gulpfile.js @@ -765,7 +765,6 @@ exports.buildUWPPlaygroundx64Release = buildUWPPlaygroundx64Release; exports.buildUWPPlaygroundARM64Debug = buildUWPPlaygroundARM64Debug; exports.buildUWPPlaygroundARM64Release = buildUWPPlaygroundARM64Release; exports.buildUWPPlayground = buildUWPPlayground; -exports.packageUWPRNTA = packageUWPRNTA; exports.buildUWP = buildUWP; exports.buildUWPPublish = buildUWPPublish;