-
Powershell 脚本 TFSBuildScripts:适用于 TFS 构建
资源介绍
TFS 构建脚本
用于 TFS 构建的 Powershell 脚本
##Set-AssemblyVersion ###Purpose:在 TFS 构建操作期间自动设置 AssemblyFileVersion
###用法:
上传到 TFS 构建服务器上的已知文件夹
配置Pre-build 脚本路径以使用脚本
确保正确定义了内部版本号格式,例如; $(BuildDefinitionName)_1.0.0$(Rev:.r)
##Make-NuGetPackages ###Purpose:在 TFS 构建操作期间自动构建 NuGet 包
###用法:
根据需要编辑 poweshell 脚本设置 OutputDirectory 和 NuGet 文件位置
将 NuSpec 文件添加到将生成包的每个项目,确保您在源文件位置包含“$Binaries$”标记,例如:
<? xml version =