mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-13 01:13:54 -07:00
7abb3a409d
Cloud runner develop - latest fixes (#524)
6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
class CloudRunnerEnvironmentVariable {
|
|
public name!: string;
|
|
public value!: string;
|
|
}
|
|
export default CloudRunnerEnvironmentVariable;
|