English 中文(简体)
• 如何在视力演播室布设布道?
原标题:How to make msbuild deploy tasks in visual studio?

我想要制定建立档案和部署档案的小额信贷目标。 现在,用建筑组合进行。 因此,我有Debug、释放、制造和部署的组合。 当我准备组建时,我不得不转向组建组合和建设。 如果我忘记转而去掉,建造一片楼,就不得不再次等待。 对我来说,这样做似乎自然而然。 此外,为了编辑我的建筑档案,我不得不卸下项目。

I ve seen much more comfortable way to do this with Ant in Eclipse:

“entergraph

You just double click target you want and it ll build it. Also you can edit build file without closing anything.

因此,问题是如何用视觉演播室建造ant式建筑? 是否有gin? 我指的是国际会计准则理事会的原始文字和文字,但我希望这一功能能够融入全球统计系统并与C#项目合作。

问题回答

You can use msbuild s /p:Configuration=DeploySetup flags to do this from command line.
To make your life easier, you can create a batch(.bat) file that will do that.





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签