c# - MSBuild.exe doesn't use publish profile (pubxml) -
A website and a published profile on TFS have all the files on the build server, I execute the command below therefore:
but msbuild.exe specified configuration file Does not use. I wonder if I need to pass additional arguments. Try putting the full path pubxml file. / P> C: \ WINDOWS \ Microsoft.NET \ Framework 64 \ v4.0.30319 \ MSbuild.exe / p: configuration = release / P: stage = AnyCPU / p: DeployOnBuild = true / p: PublishProfile = my_publish_profile.pubxml / fl /flp:logfile=buildOutput.log Avrbojiti = detailed "% WORKSPACE% my_project.csproj"
Comments
Post a Comment