Do you know how to derive path for system variables $(System.ArtifactsDirectory) and $(Pipeline.Workspace) when deployment job running in Azure pipeline? e.g. If I enable debug, then in logs I can see below:
$(System.ArtifactsDirectory) -> D:\a\1\a $(Pipeline.Workspace) -> D:\a\1
I am curious where configuration setting for the path, in my pc it is only with disk C: .