13 lines
		
	
	
		
			182 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			182 B
		
	
	
	
		
			C#
		
	
	
	
	
	
using Cake.Core;
 | 
						|
using Cake.Frosting;
 | 
						|
 | 
						|
namespace Build
 | 
						|
{
 | 
						|
	public class Context : FrostingContext
 | 
						|
	{
 | 
						|
		public Context(ICakeContext context)
 | 
						|
			: base(context)
 | 
						|
		{
 | 
						|
		}
 | 
						|
	}
 | 
						|
} |