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?
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
How 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 …
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/
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 |
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 |
Shortcuts, next round …
You can use the keyboard shortcuts listed in this topic when you work within Team Web Access (TWA) or Team Explorer. In addition to these shortcuts, you can assign your own shortcuts on the Tools/Options/Environment/Keyboard page.
Source: MSDN (Keyboard shortcuts for working in Team Web Access and Team Explorer)