Updating NuGet packages to the latest available version in VSO

Lately we’ve been using the new „Packages“-feature  of Visual Studio Online to manage our own NuGet-Packages. The feature rellay „kicks ass“ when integrating your own packages within your organization. For starters Microsoft gives you a great How-To get started with Package Management in VSTS and TFS helping you setting up the package management and fetching your […]

Create a Visual Studio Online Build Definition for .Net Core

Finally the new preview for .Net Core Build Tasks are available. Basically they are a wrapper for the dotnet.exe file and provide a possibility to execute the dotnet commands build publish restore test run The Visual Studio Online .Net Core tasks provide the possibility to select the parameters from a drop down, insert a reference […]

PowerShell Logging mit TFS/VSO – write-host richtig verwenden

Logging mit PowerShell ist im Zusammenspiel mit dem Team Foundation Server (TFS) / Visual Studio Online (VSO) etwas anders zu handhaben, als bei „klassischen“, „einfachen“ PowerShell Skripten. Während in der klassischen Konsole ein Host vorhanden ist, in dem die Ausgabe mit Write-Host erfolgen kann gibt es beim Ausführen von Remote PowerShell über das Release-Management des […]