<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Visual Studio Online on Tiago Pascoal</title><link>https://tspascoal.eu/tags/Visual-Studio-Online/</link><description>Recent content in Visual Studio Online on Tiago Pascoal</description><generator>Hugo -- 0.145.0</generator><language>en</language><lastBuildDate>Wed, 26 Nov 2014 22:30:00 +0000</lastBuildDate><atom:link href="https://tspascoal.eu/tags/Visual-Studio-Online/index.xml" rel="self" type="application/rss+xml"/><item><title>Visual Studio Online hubot scripts replies formatting</title><link>https://tspascoal.eu/2014/11/26/visual-studio-online-hubot-scripts-replies-formatting/</link><pubDate>Wed, 26 Nov 2014 22:30:00 +0000</pubDate><guid>https://tspascoal.eu/2014/11/26/visual-studio-online-hubot-scripts-replies-formatting/</guid><description>&lt;p>I have previously blogged about using Hubot with Visual Studio Online on:&lt;/p>
&lt;p>&lt;a href="http://pascoal.net/2014/09/using-hubot-with-visual-studio-online/">Using Hubot with Visual Studio Online&lt;/a>&lt;/p>
&lt;p>&lt;a href="http://pascoal.net/2014/09/using-hubot-with-visual-studio-online-team-rooms/">Using Hubot with Visual Studio Online Team Rooms&lt;/a>&lt;/p>
&lt;p>&lt;a href="http://pascoal.net/2014/10/running-hubot-for-visual-studio-online-on-an-azure-web-site/">Running Hubot for Visual Studio Online on an Azure Web Site&lt;/a>&lt;/p>
&lt;p>Hubot scripts are independent of the chat room type that is managing and can be executed regardless where they are running.&lt;/p>
&lt;p>However sometimes they are more or less tailored to work better with some adapters.&lt;/p></description></item><item><title>Visual Studio Online hubot scripts updated to support API V1.0</title><link>https://tspascoal.eu/2014/11/25/visual-studio-online-hubot-scripts-update-to-support-api-v1-0/</link><pubDate>Tue, 25 Nov 2014 22:30:00 +0000</pubDate><guid>https://tspascoal.eu/2014/11/25/visual-studio-online-hubot-scripts-update-to-support-api-v1-0/</guid><description>&lt;p>I have previously blogged about using Hubot with Visual Studio Online on:&lt;/p>
&lt;p>&lt;a href="https://tspascoal.eu/2014/09/16/using-hubot-with-visual-studio-online/">Using Hubot with Visual Studio Online&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://tspascoal.eu/2014/09/23/using-hubot-with-visual-studio-online-team-rooms/">Using Hubot with Visual Studio Online Team Rooms&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://tspascoal.eu/2014/10/20/running-hubot-for-visual-studio-online-on-an-azure-web-site/">Running Hubot for Visual Studio Online on an Azure Web Site&lt;/a>&lt;/p>
&lt;p>A few weeks ago Visual Studio Online &lt;a href="http://www.visualstudio.com/en-us/news/2014-oct-28-vso">REST API has reached V1.0 milestone&lt;/a>, this means it has left preview mode and that the preview API is now deprecated. It still available and works as is, but it will be eventually removed from the product.&lt;/p></description></item><item><title>Running Hubot for Visual Studio Online on an Azure Web Site</title><link>https://tspascoal.eu/2014/10/20/running-hubot-for-visual-studio-online-on-an-azure-web-site/</link><pubDate>Mon, 20 Oct 2014 23:30:00 +0000</pubDate><guid>https://tspascoal.eu/2014/10/20/running-hubot-for-visual-studio-online-on-an-azure-web-site/</guid><description>&lt;p>This is the third and last post on this series.&lt;/p>
&lt;p>On the first post &lt;a href="https://tspascoal.eu/2014/09/16/using-hubot-with-visual-studio-online/">Using Hubot with Visual Studio Online&lt;/a> I showed you, how you could install Hubot on a un*x box (I used an Azure virtual machine) and run commands against a Visual Studio Online account from a campfire chat room, by installing &lt;a href="https://github.com/scrumdod/hubot-vso-scripts">Hubot Scripts for Visual Studio Online&lt;/a>&lt;/p>
&lt;p>On the second post &lt;a href="https://tspascoal.eu/2014/09/23/using-hubot-with-visual-studio-online-team-rooms/">Using Hubot with Visual Studio Online Team Rooms&lt;/a> I showed, how you could connect the same install to a Visual Studio Online Team Room instead of campfire, by using &lt;a href="https://github.com/scrumdod/hubot-vsonline">Hubot Adapter for Visual Studio Online&lt;/a>&lt;/p></description></item><item><title>Using Hubot with Visual Studio Online Team Rooms</title><link>https://tspascoal.eu/2014/09/23/using-hubot-with-visual-studio-online-team-rooms/</link><pubDate>Tue, 23 Sep 2014 01:10:41 +0000</pubDate><guid>https://tspascoal.eu/2014/09/23/using-hubot-with-visual-studio-online-team-rooms/</guid><description>&lt;p>In the &lt;a href="https://tspascoal.eu/2014/09/16/using-hubot-with-visual-studio-online/">first post of this series&lt;/a> I have shown how you can interact with Visual Studio Online using Hubot.&lt;/p>
&lt;p>For simplicity, I’ve only shown how you could use hubot from Campfire (since it’s what is installed out of the box) to issue commands against Visual Studio Online.&lt;/p>
&lt;p>On this post I will explain how you can do the same, but using &lt;a href="http://visualstudiomagazine.com/articles/2013/09/01/team-rooms.aspx">Visual Studio Online team rooms&lt;/a> instead of campfire.&lt;/p>
&lt;p>Using Team Rooms, has some advantages over campfire. It’s integrated with Web Access, you easily integrate automatic posting of messages to two rooms with an easy interface (to be fair, Visual studio online, provides service hooks to achieve the same effects to other chat rooms, but you have to manage them with more work), links are shown on multi lines and you can even use Team rooms directly from Visual Studio with &lt;a href="http://visualstudiogallery.msdn.microsoft.com/c1bf5e4f-5436-465d-87da-09b2f15ff061">this cool extension&lt;/a>&lt;/p></description></item><item><title>Using Hubot with Visual Studio Online</title><link>https://tspascoal.eu/2014/09/16/using-hubot-with-visual-studio-online/</link><pubDate>Tue, 16 Sep 2014 23:00:00 +0000</pubDate><guid>https://tspascoal.eu/2014/09/16/using-hubot-with-visual-studio-online/</guid><description>&lt;p>If you have read Brian Harry post &lt;a href="http://blogs.msdn.com/b/bharry/archive/2014/09/04/visual-studio-online-update-sept-3rd.aspx">Visual Studio Online Update – Sept 4th&lt;/a> you may have noticed that with last week’s update (sprint 70) it is now possible to integrate Visual Studio Online with Hubot.&lt;/p>
&lt;p>Although that is not 100% correct, it was already possible before, the fact is currently there is not too much information how to do it.&lt;/p>
&lt;p>it is my intention with this post (the first from a series of three posts) to try to disseminate information how to integrate Visual Studio Online with Hubot.&lt;/p></description></item></channel></rss>