C# Class PowerDeploy.Program

Show file Open project: tobiaszuercher/PowerDeploy

Public Methods

Method Description
Main ( string args ) : void

powerdeploy config -> default is current sln dir powerdeploy config bla_v1.3.3.7.nupkg --target-path=c:\temp powerdeploy deploy bla_v1.3.3.7_DEV.nupkg powerdeploy deploy --group=frontend ?? where to define the group? should also be possible to say powerdeploy deploy *.nupkg

Private Methods

Method Description
Foo ( ) : void
SearchInEmbeddedAssembly ( object sender, ResolveEventArgs args ) : Assembly

Method Details

Main() public static method

powerdeploy config -> default is current sln dir powerdeploy config bla_v1.3.3.7.nupkg --target-path=c:\temp powerdeploy deploy bla_v1.3.3.7_DEV.nupkg powerdeploy deploy --group=frontend ?? where to define the group? should also be possible to say powerdeploy deploy *.nupkg
public static Main ( string args ) : void
args string
return void