Skip to content

Instantly share code, notes, and snippets.

View mrutherford2's full-sized avatar

Matt Rutherford mrutherford2

View GitHub Profile
using System;
using System.Threading.Tasks;
using System.Security.Claims;
using Microsoft.AspNetCore.Authentication;
using Web.Services;
using System.Text.RegularExpressions;
using Microsoft.Extensions.Caching.Memory;
using Web.Models;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
@mrutherford2
mrutherford2 / azure-pipelines.yml
Created July 21, 2019 17:25
DotNetCore Build and Publish Self Contained
# ASP.NET Core (.NET Framework)
# Build and test ASP.NET Core projects targeting the full .NET Framework.
# Add steps that publish symbols, save build artifacts, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
pool:
vmImage: 'windows-latest'
variables:
solution: '**/*.sln'