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

Makes changes to the “CI Integration” page #659

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AkimaLunar
Copy link
Member

Makes changes to the “CI Integration” page

  1. Adds an Azure DevOps Example
  2. Adds the -y flag to the CI script example

**2.1 Configure Git.** You can set up your Azure DevOps pipeline to add git credentials with Git CLI or you can extrapolate it in a Node script like this:

```js
const shell = require('shelljs');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why don't we give example in terms of the yaml pipeline itself? shelling out to a task in just-scripts seems overkill?

I'm thinking something like this:

steps:
  - script: git config .... 

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have most of it down below in the yaml example

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌👌 Good point! I was kind of on a fence on this one. Ideally, I would want ADO to have a pre-built task for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants