MSBuild OutputPath property and absolute paths

后端 未结 4 1149
囚心锁ツ
囚心锁ツ 2021-01-12 06:59

I\'m trying to set the OutputPath value to an absolute path:

c:\\Projects\\xxx\\Deployment

But I get t

4条回答
  •  孤独总比滥情好
    2021-01-12 07:21

    Instead of all the steps in the October answer, is it not possible just to define WebPublishPipelineProjectDirectory with the same path as OutputPath?

    I tried it in my CI solution (using CruiseControl) and it seemed to work.

    Does anyone know of any side effects that are not apparent to me from doing this?

提交回复
热议问题