The build tag has no wiki summary.
0
votes
1answer
48 views
Can you build SharePoint 2013 solutions by simply copying the assemblies to your machine?
Let me start off by saying that I know you can't install SharePoint 2013 on a Windows 7 machine (confirmed here: http://msdn.microsoft.com/en-au/library/ee554869.aspx). However my situation is this...
...
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 ...
1
vote
0answers
57 views
Grant tfs build to execute sharepoint cmdlet
I use TFS Build which is configured with a service account.
I've modified the worklow template to execute a powershell script.
The powershell is launched but on sharepoint cmdlet I have an "access ...
0
votes
0answers
39 views
How can I add WSPBuilder task to my TFS 2010 team build workflow?
We are working on improving the ALM process for our team and would like to start leveraging team build in TFS 2010 to automatically create a wsp package using WSPBuilder.
I am not sure of where to ...