是否有可用的本机或自定义MSBuild任务返回当前的操作系统版本?有没有我可以通过Exec任务调用的二进制文件?或者还有其他选择吗?
编辑: Peter Lang建议如下链接: http://www.paraesthesia.com/archive/2009/07/06/getting-the-windows-os-version-in-msbuild.aspx
答案 0 :(得分:2)
您可以尝试使用this post中描述的注册表项查找。
答案 1 :(得分:1)
您可以执行此PowerShell系列:
Get-WMIObject Win32_OperatingSystem | select Version