diff --git a/common/config/azure-pipelines/templates/build.yaml b/common/config/azure-pipelines/templates/build.yaml index faf314a423b..e5bf5e395bc 100644 --- a/common/config/azure-pipelines/templates/build.yaml +++ b/common/config/azure-pipelines/templates/build.yaml @@ -8,8 +8,8 @@ steps: displayName: 'git config email' - script: 'git config --local user.name Rushbot' displayName: 'git config name' - # - script: 'node common/scripts/install-run-rush.js change --verify' - # displayName: 'Verify Change Logs' + - script: 'node common/scripts/install-run-rush.js change --verify' + displayName: 'Verify Change Logs' - script: 'node common/scripts/install-run-rush.js install' displayName: 'Rush Install' - script: 'node common/scripts/install-run-rush.js retest --verbose --production' diff --git a/common/config/rush/pnpm-config.json b/common/config/rush/pnpm-config.json index ae34dbfa43d..50a1128c743 100644 --- a/common/config/rush/pnpm-config.json +++ b/common/config/rush/pnpm-config.json @@ -112,10 +112,6 @@ // "ignoreMissing": ["@eslint/*"], // "allowedVersions": { "react": "17" }, // "allowAny": ["@babel/*"] - // Remove once no longer on an RC branch - // This is needed to allow the RC version of Heft to satisfy peerDependencies on the - // normal version and vice-versa - "allowAny": ["@rushstack/heft"] }, /**