Summary
    Tells TeamCity to publish artifacts in the given directory.
    
		- Namespace
 - Cake
.Common .Build .TeamCity  - Containing Type
 - TeamCityProvider
 
Syntax
public void PublishArtifacts(string path)
	Parameters
| Name | Type | Description | 
|---|---|---|
| path | string | Path to artifacts. | 
Return Value
| Type | Description | 
|---|---|
| void | 
