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:

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"

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>

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -