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 2ec017d commit 11543bbCopy full SHA for 11543bb
.ado/jobs/setup.yml
@@ -31,7 +31,7 @@ jobs:
31
displayName: Build @rnw-scripts/beachball-config
32
33
- pwsh: |
34
- npx beachball check --verbose 2>&1 | Tee-Object -Variable beachballOutput
+ npx beachball check --branch origin/$(BeachBallBranchName) --verbose 2>&1 | Tee-Object -Variable beachballOutput
35
$beachballErrors = $beachballOutput | Where-Object { $_ -match "ERROR: *"}
36
$beachballErrors | ForEach { Write-Host "##vso[task.logissue type=warning]POSSIBLE $_" }
37
displayName: Warn for possible invalid change files
0 commit comments