Hi, I’ve created a custom activity to create a text log file and published it. The activity requires creating the logfile in the project folder, I tried using environment.currentDirectory or directory.getCurrentDirectory to do so, but when the activity is run, the file path that it locates is not the directory of the project folder, but the directory where the nuget package is at. How may I remedy this issue?
For example: the log folder is created in this area instead of the main project folder