Lawrence Craft
Lawrence Craft
We structure TeamCity with sub-projects like the following: ``` Core Services: |__Service1 |__Development |__Test Deploy |__Production Deploy |__Service2 |__Development |__Test Deploy |__Production Deploy Libraries: |__Library1 |__Development |__Publish |__Library2 |__Development |__Publish...
Output from F#'s printfn is displayed with a newline after every character. See screenshots attached. Sample code: ``` module tests open NUnit.Framework [] let ``Output test``() = System.Console.WriteLine("System.Console.WriteLine") printfn "printfn"...