Addins

Howto configure Azure Pipelines for GitHub (part-2)

What do you need? Azure Devops account (signup here : https://aka.ms/SignupAzureDevOps ) GitHub account (signup here: https://github.com/join ) I will not elaborate how to create project in Azure Devops or GitHub. In this example, I created generator-office-x repository in both GitHub and Azure Devops account. The GitHub will be used to store the source code and Azure Devops will be used to run the build pipeline. Add “Azure pipeline” GitHub App to the Repository 1 - Open Github marketplace and search for “azure pipeline”

Howto configure Azure Pipelines for Github

When you read this post, I assume that you have already known that I started to create open source project Generator-Office-X. If you want to know why, just visit the previous post. I have been using Travis CI for most of my GitHub repo, so far I have found no problem using free CI/CD service from Travis CI. I also been using freemium build from Azure Devops (previously known as Visual Studio Team Services) for my private repo.

I am starting Generator-Office-X

Howto configure Azure Pipelines for Github – Ideas For Free - Feb 2, 2019 […] you read this post, I assume that you have already known that I started to create open source project Generator-Office-X. If you want to know why, just visit the previous […] Generator-Office-X – Ideas For Free - Feb 3, 2019 […] finally I have time to start realizing the idea. You can read in other post why I am starting Generator-Office-X.

I am starting Generator-Office-X

It’s been a while since my pull request to Generator-Office for Vue template has been made. I can see that my pull request now has some conflict, after the master branch received new merge from others. Conflict due other higher priority changes While working on Office Add-ins generator using Vue, I made some modification in index.ts between line 294-295. I added action to copy 3 dot files: .eslintignore, .eslintrc.js and .