From f6fa18f0bc3eaca2bbf92526032d21e608996777 Mon Sep 17 00:00:00 2001 From: realmingliang <44856409+realmingliang@users.noreply.github.com> Date: Fri, 11 Feb 2022 16:12:02 +0800 Subject: [PATCH] Update common.ps1 --- build/common.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/build/common.ps1 b/build/common.ps1 index c20a6d444f..d9ebc2f87c 100644 --- a/build/common.ps1 +++ b/build/common.ps1 @@ -7,7 +7,6 @@ $rootFolder = (Get-Item -Path "./" -Verbose).FullName # List of solutions used only in development mode $solutionPaths = @( "../framework", - "../studio", "../modules/basic-theme", "../modules/users", "../modules/permission-management",