Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DSCConfigRoot should be absolute and not relative #317

Closed
3 tasks done
SteveL-MSFT opened this issue Feb 15, 2024 · 0 comments · Fixed by #342
Closed
3 tasks done

DSCConfigRoot should be absolute and not relative #317

SteveL-MSFT opened this issue Feb 15, 2024 · 0 comments · Fixed by #342
Assignees
Labels
Issue-Bug Something isn't working

Comments

@SteveL-MSFT
Copy link
Member

Prerequisites

  • Write a descriptive title.
  • Make sure you are able to repro it on the latest version
  • Search the existing issues.

Steps to reproduce

dsc -l debug config get -p ./dsc/examples/osinfo.dsc.json

Expected behavior

2024-02-15T23:35:29.425750Z DEBUG dsc: 36: Running dsc 3.0.0-alpha.5
2024-02-15T23:35:29.425784Z DEBUG dsc::util: 419: Setting 'DSCConfigRoot' env var as '/Users/steve/repos/DSC/dsc/examples'

Actual behavior

2024-02-15T23:35:29.425750Z DEBUG dsc: 36: Running dsc 3.0.0-alpha.5
2024-02-15T23:35:29.425784Z DEBUG dsc::util: 419: Setting 'DSCConfigRoot' env var as './dsc/examples'

Error details

No response

Environment data

Name                           Value
----                           -----
PSVersion                      7.5.0-preview.1
PSEdition                      Core
GitCommitId                    7.5.0-preview.1
OS                             Darwin 23.3.0 Darwin Kernel Version 23.3.0: Wed Dec 20 21:30:27 PST 2023; root:xnu-10002.81.5~7/RELEASE_ARM64_T8103
Platform                       Unix
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Version

3.0.0-alpha.5

Visuals

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants