Class MSBuildResolver
Inheritance
System.Object
MSBuildResolver
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:ClickTwice.Publisher.MSBuild
Assembly:ClickTwice.Publisher.MSBuild.dll
Syntax
public static class MSBuildResolver
Methods
| Improve this Doc View SourceGetBuildAssemblyPath(String, MSBuildPlatform, MSBuildToolVersion, Action<String>)
Declaration
public static string GetBuildAssemblyPath(string assemblyName, MSBuildPlatform platform = MSBuildPlatform.Automatic, MSBuildToolVersion version = MSBuildToolVersion.Default, Action<string> logCallback = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | assemblyName | |
MSBuildPlatform | platform | |
MSBuildToolVersion | version | |
System.Action<System.String> | logCallback |
Returns
Type | Description |
---|---|
System.String |
GetMSBuildPath(MSBuildPlatform, MSBuildToolVersion)
Declaration
public static string GetMSBuildPath(MSBuildPlatform platform = MSBuildPlatform.Automatic, MSBuildToolVersion version = MSBuildToolVersion.Default)
Parameters
Type | Name | Description |
---|---|---|
MSBuildPlatform | platform | |
MSBuildToolVersion | version |
Returns
Type | Description |
---|---|
System.String |