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 19bf859 commit f5d699eCopy full SHA for f5d699e
.ado/versionUtils.js
@@ -4,7 +4,7 @@ const path = require("path");
4
const semver = require('semver');
5
const {execSync} = require('child_process');
6
7
-const pkgJsonPath = path.resolve(__dirname, "../package.json");
+const pkgJsonPath = path.resolve(__dirname, "../packages/react-native/package.json");
8
let publishBranchName = '';
9
try {
10
publishBranchName = process.env.BUILD_SOURCEBRANCH.match(/refs\/heads\/(.*)/)[1];
0 commit comments