MSBuild OutputPath property and absolute paths

后端 未结 4 1143
囚心锁ツ
囚心锁ツ 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:14

    I'm not sure whether you can do what you're talking about, but you can add something similar to the following:

      
        c:\wherever
      
    
    
        
    
    

    Which will copy it to the relevant location after the build.

提交回复
热议问题