我到处搜索这个解决方案,找不到任何东西!
我想要一个msbuild脚本来执行以下操作:
该脚本目前有效但有两个问题......
我当前的脚本:
msbuild "C:\sample\sample.csproj"
/t:clean
/t:build
/t:publish
/p:Configuration=release
/property:PublishDir="C:\Samplelocation/"
/property:UpdatedEnabled=true
/property:UpdateRequired=true
/property:UpdateUrl="C:\Samplelocation/"
/property:GenerateManifests=true
/property:PublishWizardCompleted=true
非常感谢任何帮助。提前谢谢!
答案 0 :(得分:3)