0
Windows 10
Octopus v2018.4.3

Has anyone successfully used Octopus to set the system environment variable ASPNETCORE_ENVIRONMENT ?

BaltoStar
  • 8,165
  • 17
  • 59
  • 91

1 Answers1

0

To set system variable from octopus, you need to run bash command for that

Command : setx ASPNETCORE_ENVIRONMENT "C:\foo" /M

Nirav Mistry
  • 949
  • 5
  • 15