Skip to content

Commit

Permalink
test: clean up VS testing resources (#11956)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellyzh authored Jul 4, 2024
1 parent c1c32d9 commit cc6190d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/tests/src/scripts/clean.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ import {
import { getAppNamePrefix } from "../utils/nameUtil";
import { delay } from "../utils/retryHandler";

const appStudioAppNamePrefixList: string[] = [Project.namePrefix];
const appNamePrefixList: string[] = [Project.namePrefix];
const aadNamePrefixList: string[] = [Project.namePrefix];
const rgNamePrefixList: string[] = [Project.namePrefix];
const appStudioAppNamePrefixList: string[] = [Project.namePrefix, "vs"];
const appNamePrefixList: string[] = [Project.namePrefix, "vs"];
const aadNamePrefixList: string[] = [Project.namePrefix, "vs"];
const rgNamePrefixList: string[] = [Project.namePrefix, "vs"];
const excludePrefix: string = getAppNamePrefix();

async function main() {
Expand Down

0 comments on commit cc6190d

Please sign in to comment.