coc-powershell icon indicating copy to clipboard operation
coc-powershell copied to clipboard

Build Enhancement

Open corbob opened this issue 5 years ago • 1 comments

Summary of the new feature

I was looking at the build.ps1, and I noticed that we now have a few checks for folders (PSES and Snippets), but no way to "clean" the environment. Before working on a bunch of scripts for this, I thought I would put it out there to consider different options and decide upon one? My preference would be to consider Invoke-Build that is used by vscode-powershell, but that's only because I have experience with it. Are there other build methods that we could use?

Is it worthwhile to continue creating our own build scripts to reduce dependencies?

corbob avatar Jul 27 '19 19:07 corbob

Since we have a legitimate build step in this project (TS) I think moving to InvokeBuild is a great idea 👍

TylerLeonhardt avatar Jul 28 '19 17:07 TylerLeonhardt