Feb 19, 2010
0
0
How to package .NET assemblies
If we want to package and deploy GACed dll, we need to use gacAssembly web deploy provider and extend our project similarly to the one stated in the how to package registry blog. The extended projectName.wpp.targets file looks like following: Then you can use the following command line to package the project with corresponding ...