C# 클래스 CodeCake.AddPathAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: SimpleGitVersion/CodeCake

공개 메소드들

메소드 설명
AddPathAttribute ( string path, bool isDynamicPath = true ) : System

Initializes a new AddPathAttribute with a path that can be a pattern with * and ?. Examples: [AddPath( "%LOCALAPPDATA%/NuGet" )] or [AddPath( "packages/**/tools/**" )].

메소드 상세

AddPathAttribute() 공개 메소드

Initializes a new AddPathAttribute with a path that can be a pattern with * and ?. Examples: [AddPath( "%LOCALAPPDATA%/NuGet" )] or [AddPath( "packages/**/tools/**" )].
public AddPathAttribute ( string path, bool isDynamicPath = true ) : System
path string /// The path that will be expansed in PATH environement variable. /// It it relative to the Solution directory. ///
isDynamicPath bool False to take only pre-existing folders on the file system.
리턴 System