Summary
Allows setting an environment variable that can be used by a future process.
- Namespace
- Cake
.Common .Build .MyGet - Containing Type
- IMyGetProvider
Syntax
void SetParameter(string name, string value)
Parameters
Name | Type | Description |
---|---|---|
name | string | Name of the parameter to set. |
value | string | Value to assign to the parameter. |
Return Value
Type | Description |
---|---|
void |