I added a custom variable to my assembly in TFS 2015, however this variable does not appear in the environment variables when the assembly starts. I checked this by running
Get-ChildItem Env:
in a PowerShell script. There is a lot of documentation about predefined build variables, but the documentation on how to access user variables is pretty disappointing. Any help would be appreciated.
So, I get it.
OCTOPUS_API_KEY. , , , env var.
OCTOPUS_API_KEY
-, , , - .
octopus.api.key OCTOPUS_API_KEY .
octopus.api.key
, , , env var friendly, , .
, .
. _. , %VARIABLE_NAME%, $VARIABLE_NAME, $env:VARIABLE_NAME, .
.
_
%VARIABLE_NAME%
$VARIABLE_NAME
$env:VARIABLE_NAME
, , "", .
Source: https://habr.com/ru/post/1611523/More articles:Proper use of tuples in Python - pythonUsing language in Spring - javapm2 graceful restart to improve user interface and avoid problems - node.jslazy variable with closure - lazy-evaluation: vsplit autocomplete does not work with / django / directory in VIM - vimHow do you remove vowels from a word and type it? - javaDjango Generic View UpdateView Redirect URLs with Updated Version of slug - djangojquery.ajax () GET send request OPTIONS - javascriptHow can I use (^? Ix 0) in an independent getter? - haskellКак загрузить изображение в firebase с помощью AngularFire? - angularjsAll Articles