Can I specify the output path for the MSBuild tag?

后端 未结 4 2073
猫巷女王i
猫巷女王i 2021-02-07 08:29

Is it possible to specify a different folder for the output of the following file?


  PreserveNe         


        
4条回答
  •  粉色の甜心
    2021-02-07 08:52

    There is no way to specify an output folder additionally AFAIK, but you can copy the file before or after the build.

提交回复
热议问题