-
Notifications
You must be signed in to change notification settings - Fork 208
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
Task: branch preview #5325
base: main
Are you sure you want to change the base?
Task: branch preview #5325
Conversation
|
||
- name: Run PowerShell script | ||
run: | | ||
pwsh -File ./scripts/execute-vscode-sideload.ps1 |
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 is going to sideload into the GitHub actions runner, I'm not sure how it helps us?
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.
I am following the instructions inside the debugging.md file.
I want to see whether sideloading would sideload into a codespaces for the branch.
I haven't set up the codespaces here yet. I am currently making sure that the prerequisites are in the worflow
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.
I think to achieve that you'd need to run the sideloading script inside of the container definition.
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.
Yes... Learning that too right now...
Quality Gate passedIssues Measures |
Create a way to preview a branch that is in development.
This is a PoC
The intention here is to open codespaces with the Kiota extension that's in development in the branch already installed.