Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要为 Script# 项目构建 nuget 包
1) 包必须包含由 Script# 生成的 js 文件 2) 包版本自动递增会很棒 3) 作为持续集成过程的一部分,它必须在构建服务器上运行
谢谢!
它看起来比我想象的要容易
<files> <file src="bin\Release\some.js" target="Content\Scripts\some.js" /> </files>
nuget pack mypackage.nuspec -版本 1.0.0.1
将 1.0.0.1 替换为您的构建系统生成的增量构建版本