This file contains 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
open FSharp.Json | |
open Hopac | |
open HttpFs.Client | |
open System | |
open System.IO | |
type Credentials = { | |
access_token : string | |
} |
This file contains 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
<!-- Replace --> | |
<MSBuild Projects="$(MSBuildProjectFullPath)" | |
Targets="Restore" | |
Properties="$(PackageRestoreProperties)" | |
BuildInParallel="true" /> | |
<!-- With --> | |
<Import Project="...\MSBuildWithMutex.proj" /> | |
<!-- ... --> | |
<Target Name="Restore...Packages" DependsOnTargets="CompileMSBuildWithMutex"> |
This file contains 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
:: Computer\HKEY_CURRENT_USER\Software\Microsoft\Command Processor\AutoRun="%USERPROFILE%\AutoRun.cmd" | |
:: (replace USERPROFILE with actual value) | |
@echo off | |
:: skip if already done | |
if "%RC_CMD%"=="1" goto :skip | |
cls | |
prompt [92m$p$g[0m | |
:: Update PATH |