Run PowerShell Script on Azure VM with ComputeManagementClient
I wanted to run a PowerShell script on a VM deployed in Azure trough the Azure Management API. Theoretically there is a method ComputeManagementClient.VirtualMachines.RunCommandAsync ...
I wanted to run a PowerShell script on a VM deployed in Azure trough the Azure Management API. Theoretically there is a method ComputeManagementClient.VirtualMachines.RunCommandAsync ...
In May, 2017 I wrote this article which describes how to include the XML documentation in your publish output. Outdated My latest approach (for the sake ...
Sometimes your application has a node.js dependency like this (ghost blog): >=6.9 <7.* Then, of course you want to use the latest ...
Create the nuget symbol package Creating a nuget package with symbols is quite easy. You have 2 possible methods to create a nuget package with symbols: ...