powershell 有能力 运行 任务吗?
Does powershell have the ability to run tasks?
有没有Powershell make的等价物?相当于 make/rake/cake/py-make, even Gulp...etc? I primarily desire a task runner for build automation. I want to be able to select and compose tasks like I can in Gulp.
理想情况下,解决方案应该是 Powershell 原生的。该项目的软件安装有非常严格的安全限制。 Google的力量让我失望了。
没有内置,但有不同的解决方案,如 psake or invoke-build。也许是别的。
您也可以为此使用 VScode,您可以定义任务(基本上是 运行 脚本或其他东西)并 运行 它们在保存或签出时等
有没有Powershell make的等价物?相当于 make/rake/cake/py-make, even Gulp...etc? I primarily desire a task runner for build automation. I want to be able to select and compose tasks like I can in Gulp.
理想情况下,解决方案应该是 Powershell 原生的。该项目的软件安装有非常严格的安全限制。 Google的力量让我失望了。
没有内置,但有不同的解决方案,如 psake or invoke-build。也许是别的。
您也可以为此使用 VScode,您可以定义任务(基本上是 运行 脚本或其他东西)并 运行 它们在保存或签出时等