RamblingCookieMonster / WritingModules

Material accompanying PowerShell + DevOps Summit session
MIT License
32 stars 8 forks source link

vscode tasks #4

Open mud5150 opened 5 years ago

mud5150 commented 5 years ago

I'm trying to work through the demo material and trying to figure out what I should do about the vscode tasks.json. It's using a very old schema. I tried just updating to 2.0.0. I'm running Demo.ps1. The plaster template doesn't copy build.psake.ps1. If I manually copy it I get an error because there is no build.settings.ps1. I then tried switching to the Start-Build.ps1 which works but also runs the tests in the dependent modules in the BuildOutput folder. I'm sure I can continue to work through this on my own, but I figured you could offer some good advice. I'll be glad to put in a PR once I get everything worked out. TIA!