Skip to content

Commit 11543bb

Browse files
authored
Add --branch origin/$(BeachBallBranchName) to beachball check in setup.yml
1 parent 2ec017d commit 11543bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ado/jobs/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
displayName: Build @rnw-scripts/beachball-config
3232

3333
- pwsh: |
34-
npx beachball check --verbose 2>&1 | Tee-Object -Variable beachballOutput
34+
npx beachball check --branch origin/$(BeachBallBranchName) --verbose 2>&1 | Tee-Object -Variable beachballOutput
3535
$beachballErrors = $beachballOutput | Where-Object { $_ -match "ERROR: *"}
3636
$beachballErrors | ForEach { Write-Host "##vso[task.logissue type=warning]POSSIBLE $_" }
3737
displayName: Warn for possible invalid change files

0 commit comments

Comments
 (0)