Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor bundle buddy to be more re-usable in fluidframework #3207

Merged
merged 16 commits into from
Sep 4, 2020
Merged
Prev Previous commit
Next Next commit
fix policy check
  • Loading branch information
heliocliu committed Aug 18, 2020
commit 17b37cb9f5ed73767a15efac0c6dd4a3dc7608ec
5 changes: 5 additions & 0 deletions tools/bundle-size-tools/src/ADO/AdoSizeComparator.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/

import { getBaselineCommit, getCiBuildWithCommit, getPriorCommit } from '../utilities';
import { getAzureDevopsApi } from './getAzureDevopsApi';
import { BuildStatus, BuildResult } from 'azure-devops-node-api/interfaces/BuildInterfaces';
Expand Down