Tagged Questions
1
vote
1answer
111 views
How can I build a .wsp inside of a MSBuild target?
Is there anyway I can build .wsp file using MSBuild target?
I am able to pass t:/Package to msbuild.exe but can I pass it MSBuild target too?
Do I need to use MAKECAB.exe? I hope not..
1
vote
0answers
56 views
Does MSBuild 2010 /t:Package switch package an existing DLL or build it first?
Does MSBuild 2010 /t:Package switch package an existing SharePoint WebPart or build it first?
In other words can I do the following:
MSBuild /p:Configuration=Release /m MyWebPart.csproj
Then do ...