This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| param( | |
| [string]$solution = ".\*.sln" | |
| ) | |
| function Get-XprojContent | |
| { | |
| param( | |
| [Guid]$guid = [Guid]::NewGuid() | |
| ) | |
| [xml]@" |
NewerOlder