diff --git a/azure-pipelines.bundlesize.yml b/azure-pipelines.bundlesize.yml index 08ea7e4b309a2..76d9ac3fe3feb 100644 --- a/azure-pipelines.bundlesize.yml +++ b/azure-pipelines.bundlesize.yml @@ -1,6 +1,4 @@ -pr: - - master - +pr: none trigger: - master @@ -24,25 +22,25 @@ jobs: filePath: yarn-ci.sh displayName: yarn - - script: | - yarn nx affected -t bundle-size --nxBail $(sinceArg) - displayName: build packages & create reports - condition: eq(variables.isPR, true) + # - script: | + # yarn nx affected -t bundle-size --nxBail $(sinceArg) + # displayName: build packages & create reports + # condition: eq(variables.isPR, true) - - script: | - npx monosize compare-reports --branch=$(System.PullRequest.TargetBranch) --output=markdown --quiet > ./monosize-report.md - displayName: compare bundle size with base (PR only) - condition: eq(variables.isPR, true) + # - script: | + # npx monosize compare-reports --branch=$(System.PullRequest.TargetBranch) --output=markdown --quiet > ./monosize-report.md + # displayName: compare bundle size with base (PR only) + # condition: eq(variables.isPR, true) - - task: GithubPRComment@0 - displayName: Post results to PR (PR only) - condition: eq(variables.isPR, true) - inputs: - githubOwner: microsoft - githubRepo: 'fluentui' - blobFilePath: 'monosize-report.md' - status: 'success' - uniqueId: 'bundleSizeComment9423' + # - task: GithubPRComment@0 + # displayName: Post results to PR (PR only) + # condition: eq(variables.isPR, true) + # inputs: + # githubOwner: microsoft + # githubRepo: 'fluentui' + # blobFilePath: 'monosize-report.md' + # status: 'success' + # uniqueId: 'bundleSizeComment9423' - script: | yarn nx run-many -t bundle-size --nxBail