Describe the bug
When running a dotnet core-based Pulumi app, Pulumi exits with the following error due to the dotnet CLI throwing an error during dotnet build:
error: The user's home directory could not be determined. Set the 'DOTNET_CLI_HOME' environment variable to specify the directory to use.
To Reproduce
Steps to reproduce the behavior:
Create a dotnet Pulumi app
Use Pulumi Azure Pipelines Task Extension
Run the pipeline
Expected behavior
Pulumi should allow setting the DOTNET_CLI_HOME env var
Describe the bug When running a dotnet core-based Pulumi app, Pulumi exits with the following error due to the
dotnet
CLI throwing an error duringdotnet build
:To Reproduce Steps to reproduce the behavior:
Expected behavior Pulumi should allow setting the
DOTNET_CLI_HOME
env varScreenshots
Additional context N/A