Skip to content

Instantly share code, notes, and snippets.

View Mozketo's full-sized avatar

Ben Clark-Robinson Mozketo

View GitHub Profile
pool:
vmImage: 'vs2017-win2016'
variables:
buildConfiguration: 'Debug'
buildId: "1$(Build.BuildId)"
steps:
# Print buildId
- script: |
@ahmad-moussawi
ahmad-moussawi / HomeController.cs
Created May 18, 2016 10:17
A view Render for Razor (aspnetcore RC2)
public class HomeController : Controller {
private readonly ViewRender view;
public HomeController (ViewRender view) {
this.view = view
}
public string Test () {
// render ~/Views/Emails/ResetCode