作者:佩政哲维99 | 来源:互联网 | 2023-08-15 18:50
Ineedtoexecuteaspnet_compilerfromabatfilethatImaintaintoautomatethepublishingofaAS
I need to execute aspnet_compiler from a bat file that I maintain to automate the publishing of a ASP.NET application from within CruiseControl.NET.
我需要从我维护的bat文件中执行aspnet_compiler,以自动从CruiseControl.NET中发布ASP.NET应用程序。
aspnet_compiler runs fine if I manually open the Visual Studio Command Prompt, but doesn't run if I open a normal cmd.exe.
如果我手动打开Visual Studio命令提示符,aspnet_compiler运行正常,但如果我打开正常的cmd.exe则不运行。
What steps should I take to make aspnet_compiler accessible through a normal cmd.exe?
我应该采取哪些步骤才能通过普通的cmd.exe访问aspnet_compiler?
2 个解决方案