Skip to content

Instantly share code, notes, and snippets.

View bjorkstromm's full-sized avatar
:shipit:
My hovercraft is full of eels

Martin Björkström bjorkstromm

:shipit:
My hovercraft is full of eels
View GitHub Profile
C:\Users\marti\src\cake [coreclr-fix +0 ~10 -0 !]> dotnet .\artifacts\v0.15.3-coreclr-fix0001\bin\netcoreapp1.0\Cake.dll --showdescription --verbosity=diagnostic
Module directory does not exist.
Analyzing build script...
Analyzing C:/Users/marti/src/cake/build.cake...
Analyzing C:/Users/marti/src/cake/build/parameters.cake...
Analyzing C:/Users/marti/src/cake/build/paths.cake...
Analyzing C:/Users/marti/src/cake/build/packages.cake...
Analyzing C:/Users/marti/src/cake/build/version.cake...
Analyzing C:/Users/marti/src/cake/build/credentials.cake...
Processing build script...
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Code]
@="Open with VS Code"
"Icon"="\"C:\\Program Files (x86)\\Microsoft VS Code\\Code.exe\""
[HKEY_CLASSES_ROOT\*\shell\Code\command]
@="\"C:\\Program Files (x86)\\Microsoft VS Code\\Code.exe\" \"%1\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\Code]
@bjorkstromm
bjorkstromm / dnx-migrate.ps1
Created January 8, 2016 13:50
WIP. Quick hack for migrating csproj to xproj
param(
[string]$solution = ".\*.sln"
)
function Get-XprojContent
{
param(
[Guid]$guid = [Guid]::NewGuid()
)
[xml]@"