Tuesday, December 3, 2013

Override the TFS Team Build OutDir – Part 2

I’ve already written about the MSBuild workaround using the property switch:

/p:GenerateProjectSpecificOutputFolder=true

You can read more about this here

But what is better than a workaround?

Windows 8.1 + OneNote – fix shortcut for screen clippings

With Windows 8.1 update, Microsoft added the new shortcut for Win + S to “search everywhere” (with bing, maybe we should call it: bing it).

In the past this screenshot was used by Microsoft Office OneNote to take screen clippings. Sometime it really takes lot’s of time to fix a bug like this …

But there is a workaround –> regedit for Win + A alternative

[HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\OneNote\Options\Other]
"ScreenCLippingShortcutKey"=dword:00000041

Source: http://blogs.office.com/b/microsoft-onenote/archive/2013/06/27/try-windows-8-1-preview-and-bring-back-your-favorite-shortcut-key.aspx

Monday, December 2, 2013

5 minutes to cleanup your context menu from overloaded git commands …

imageHow many git tools have you installed? Is your context menu overloaded like on the screenshot to the right? Git for Windows, Git Extensions, tortoisegit and other tools are creating lots of redundant command menu entries. Most of the time you won’t need multiple ways of doing a fetch or a command or even want to do all the stuff from the commandline. Take time to cleanup unnecessary stuff from your developer machine and because there will be the nice side effect of faster opening context menus.

But how, lets continue here …

Monday, November 25, 2013

Got 15 minutes and want to learn Git?

Are you new to git our recently started working with git command-line?

Try it out inside your browser: http://try.github.io/levels/1/challenges/1

Learn how to master branches here: http://pcottle.github.io/learnGitBranching/

Thursday, November 14, 2013

Visual Studio/TFS 2013 Patches

With the new version of Visual Studio 2013 and Team Foundation 2013 Microsoft has delivered lots of new features. Unfortunately they have also introduced some new bugs with their last minute changes however they have managed to provide some quick fixes for some of them.

Last update: 14.11.2013

08.11.2013 Updated Team Foundation Server 2013 download addressing web and installation path issues
Fixed: Red error box when using Code (version control) in the web UI
Fixed: Unable to install into a custom path
Updated install media
08.11.2013 Visual Studio and Team Explorer 2013 no longer require IE 10 for installation
But check the KB article for known issues when not using IE10
Updated install media
13.11.2013 Patch for issue with Visual Studio 2013 Queue Build dialog Hotfix

What’s installed on the build machine in Visual Studio Online(Team Foundation Service)?

Great question, great answers …

official http://www.visualstudio.com/en-us/get-started/hosted-build-controller-vs#software
in detail http://listofsoftwareontfshostedbuildserver.azurewebsites.net
inside VS2012 Avanade Extensions for VS2012
inside VS2013

Avanade Extensions for VS2013