-
Notifications
You must be signed in to change notification settings - Fork 8
[DRAFT] Env Task
Aaron Jensen edited this page Aug 21, 2024
·
1 revision
The Env
task sets the value of environment variables in the current build process. Pass the environment variables as task properties.
Some environment variables are actually separated lists
If this task is running under a Parallel
task, each parallel queue has its own environment and changes made in those queues will only affect that queue.
- Common Task Properties
- AppVeyorWaitForBuildJob
- CopyFile
- Delete
- DotNet
- Exec
- File
- GetPowerShellModule
- GitHubRelease
- InstallNodeJs
- LoadTask
- Log
- MergeFile
- MSBuild
- NuGetPack
- NuGetPush
- NuGetRestore
- NUnit2
- NUnit3
- Parallel
- Pester
- Pipeline
- PowerShell
- ProGetUniversalPackage
- PublishBitbucketServerTag
- PublishBuildMasterPackage
- PublishNodeModule
- PublishPowerShellModule
- PublishProGetAsset
- PublishProGetUniversalPackage
- SetVariable
- SetVariableFromPowerShellDataFile
- SetVariableFromXml
- TaskDefaults
- Version
- Zip