Skip to content

LTomer/vsts-environment-variables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environment-Variables - Version 0.1.*

The purpose of this task is to print the environment variable to the build console. If there is an error during the build process, it will print the environment variable on post-job, but if the checkbox "Print on Post job" selected it will print the details each time.

New on version 0.2.*

The task will hide the value in case the variable name includes one of the words in the list:

  • PASS
  • TOKEN
  • SECRET

For example, The value of the variable name called 'UserPassword' will pring '(***)' instead of the value itself.

For debug mode you can set the flag 'ShowSensativeValue' to true and it will print the value in case it is not an Azure DevOps secret variable - Not recommended

The task work on multiplatform and tested on Windows & Linux & Mac.

example

About

Print environment variables during azure devops pipeline

Resources

Stars

Watchers

Forks

Packages

No packages published