Using PowerShellAlternatively, you can use PowerShell to set the variable. In PowerShell, as well as the normal user and system variables, you can also create a temporary variable using the $Env: command:$Env:ASPNETCORE_ENVIRONMENT = “Development”
Using PowerShellAlternatively, you can use PowerShell to set the variable. In PowerShell, as well as the normal user and system variables, you can also create a temporary variable using the $Env: command:$Env:ASPNETCORE_ENVIRONMENT = “Development”