New Post: ~remoteAppUrl Visual Studio Token for Provider-hosted app
Hi, I would like to understand for which files does the ~remoteAppUrl VS token get replaced when using the Powershell scripts. We are not using TFS for CI, but I would like to use the Powershell...
View ArticleNew Post: ~remoteAppUrl Visual Studio Token for Provider-hosted app
Hi, ~remoteAppUrl is replaced when VS builds the project and produces the .app package. It's generated through the MSBuild command as one step of the workflow. If you don't use TFS, you can install the...
View ArticleNew Post: ~remoteAppUrl Visual Studio Token for Provider-hosted app
Thanks Xiaoying, our case is slightly different. We have an app that we want to re-distribute to our customers. We would not know what the ~remoteAppUrl would be, we wanted to check if there was a way...
View ArticleNew Post: ~remoteAppUrl Visual Studio Token for Provider-hosted app
Thanks for more clarification on your scenario. Unfortunately, there is nothing this CodePlex project can help. You may want to ask your customers to manually retract the .app package (as it's simply...
View ArticleCommented Unassigned: TypeLoadException for Import-Module in...
Hi there,i'm getting the a TypeLoadException for Type 'Microsoft.SharePoint.Administration.SiteHealth.SiteHealthStatusType' from assembly 'Microsoft.SharePoint.Client, Version=15.0.0.0,...
View ArticleCommented Unassigned: TypeLoadException for Import-Module in...
Hi there,i'm getting the a TypeLoadException for Type 'Microsoft.SharePoint.Administration.SiteHealth.SiteHealthStatusType' from assembly 'Microsoft.SharePoint.Client, Version=15.0.0.0,...
View ArticleNew Post: VS 2013 Clients with SharePoint 2013 installed and a TFS 2012...
Hi! Currently, we have this setup running well:Dev machines: VS 2012 with SharePoint 2010 installed A TFS 2012, compiling the VS 2012 solutions (without SharePoint being installed) Now we want to add...
View ArticleNew Post: VS 2013 Clients with SharePoint 2013 installed and a TFS 2012...
Hi, To build SharePoint farm/sandboxed solutions (including SP2010 and SP2013), please use the scripts and follow the instruction at http://sharepointci.codeplex.com. Thanks, Xiaoying
View ArticleNew Post: VS 2013 Clients with SharePoint 2013 installed and a TFS 2012...
Hi Xiaoying, thanks for your reply. I already have working build scripts for SP2010 and this is also not about CI deployment. My question is about build dependencies. Your project seems to handle them....
View ArticleNew Post: VS 2013 Clients with SharePoint 2013 installed and a TFS 2012...
Or to reword just parts of the problem:Can your scripts collect the build dependencies from a VS 20__13__/SharePoint 20__13__ machine and copy them to the right locations on a TFS 20__12__? The goal...
View ArticleNew Post: VS 2013 Clients with SharePoint 2013 installed and a TFS 2012...
Ah, I see. Thanks for the clarification, Daniel. The script TfsBuildServerPrerequisites.ps1 mentioned in the documentation page does collect the build dependencies for you, but it's only limited to the...
View ArticleSource code checked in, #91245
Set httpclient timeout to 1 hour by default. Fix a build issue because of TFS update. Output the full exception to console for easier trouble shooting.
View ArticleReleased: 1.1.0.1 (Aug 18, 2014)
Fixed the following issues in TfsDropDrownloader:Updated to make it work with VS 2013 (including VS 2013 updates) in addition to VS2012.Extend the timeout of downloading drops from 100 seconds to 1...
View ArticleUpdated Release: 1.1.0.1 (Aug 18, 2014)
Fixed the following issues in TfsDropDrownloader:Updated to make it work with VS 2013 (including VS 2013 updates) in addition to VS2012.Extend the timeout of downloading drops from 100 seconds to 1...
View ArticlePatch Uploaded: #16924
hbabu has uploaded a patch.Description:Doesn't fail if the PublishDir value contains space (e.g. when the build definition has spaces).
View ArticlePatch Uploaded: #16925
hbabu has uploaded a patch.Description:Doesn't fail if the PublishDir value contains space (e.g. when the build definition has spaces). sorry about the last upload. doesnt fix error.
View ArticleCreated Unassigned: Collection fails with 15 & 16 libraries installed [11965]
When having the SharePoint 15 and 16 libraries installed, which is a normal case if you update Visual Studio 2013, the script fails. I would like to suggest updating the function function...
View ArticleCreated Unassigned: dash in project/solution path [12094]
If the project/solution path contains " - " the msbuilds will split the path and take it as another parameter.MSBUILD : error MSB1001: Unknown switch.Switch: -For switch syntax, type "MSBuild /help"
View ArticleCommented Unassigned: Collection fails with 15 & 16 libraries installed [11965]
When having the SharePoint 15 and 16 libraries installed, which is a normal case if you update Visual Studio 2013, the script fails. I would like to suggest updating the function function...
View Article