Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…eactNative-1 into rnta071

# Conflicts:
#	.github/workflows/pr.yml
  • Loading branch information
CedricGuillemet committed Sep 27, 2024
2 parents 448ff38 + f374b87 commit 96cca9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,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
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
strategy:
matrix:
react-native-version: ['0.73', '0.74']
basekit: ['', '-BaseKit']
basekit: [''] #['', '-BaseKit']
steps:
- name: Checkout Repo
uses: actions/[email protected]
Expand Down Expand Up @@ -303,4 +303,4 @@ jobs:
npm publish --access public --dry-run
working-directory: ./Package/Assembled
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 0 additions & 1 deletion Package/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 96cca9e

Please sign in to comment.