-
Notifications
You must be signed in to change notification settings - Fork 183
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
Move cadl project scripts to common #5231
Conversation
The following pipelines have been queued for testing: |
The following pipelines have been queued for testing: |
$specSubDirectory = $configuration["directory"] | ||
$innerFolder = Split-Path $specSubDirectory -Leaf | ||
|
||
$tempFolder = "$ProjectDirectory/TempCadlFiles" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If there isn't a good reason to have the Temp folder in the same directory it would be nice come up with some other convention, maybe even the global temp folder.
If we keep it under the repo we will need to get it added to .gitignore in the other repos as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is added to .gitignore and the advantage here is if you want to do some local changes / what if having it right next to your project is convenient
The following pipelines have been queued for testing: |
The following pipelines have been queued for testing: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a good starting point. One thing we should try to figure out is how we test this when we make changes. We should try to write some test scripts that cover the scenarios so we can be sure we don't break things.
The following pipelines have been queued for testing: |
Hello @azure-sdk! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
No description provided.