mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 09:35:36 -05:00
change afterClean to beforeBuild for removing the generated assests.json (#13736)
* change afterClean to beforeBuild for removing the generated assests.json * fix merge conflict * rename files
This commit is contained in:
@@ -221,7 +221,7 @@ export const Project = 'Project';
|
||||
export const Condition = 'Condition';
|
||||
export const Target = 'Target';
|
||||
export const Name = 'Name';
|
||||
export const AfterCleanTarget = 'AfterClean';
|
||||
export const BeforeBuildTarget = 'BeforeBuild';
|
||||
export const Delete = 'Delete';
|
||||
export const Files = 'Files';
|
||||
export const PackageReference = 'PackageReference';
|
||||
|
||||
Reference in New Issue
Block a user