With everything working as expected, it's time to publish our extension and make it available for others to use. To do this, we'll need a personal access token from Azure DevOps and a publisher account. - Source: dev.to / about 1 month ago
Former MS: Different development teams have different attestation requirements. My team did not require commits to be attested via yubikey when I was there, although I know at least one team that had that requirement. It was an internal team specific requirement though and one of their own choosing (meaning they imposed it on themselves). A few other things: - Azure DevOps is public, you can see it or try it out... - Source: Hacker News / about 2 months ago
Git repo hosted on Azure DevOps will store unlimited amounts of data (even with LFS) for free. - Source: Reddit / 2 months ago
It's also worth mentioning Azure, Microsoft's cloud, and Azure DevOps, Microsoft's CI server (similar to Jenkins). - Source: Reddit / 4 months ago
We also were aware of some products using other technologies such as Azure DevOps and TeamCity that we would not directly support, but still had to take into consideration how they could access and use the service. - Source: dev.to / 6 months ago
Thinking longer-term with your career, as fatty1380 said, you might as well get to know the big commercial backlog tools like Jira and Azure DevOps. These give you Kanban views, as well as a pretty good place to model your delivery workflow. - Source: Reddit / 9 months ago
Azure AD integrates with existing infrastructure, including software-as-a-service (SaaS) applications such as Azure DevOps, Exchange Online, Zapier, and Microsoft Developer Network (MSDN). With this integration, you can choose to either use single sign-on (SSO) to applications directly or launch applications from a portal, such as the Azure AD access panel. - Source: dev.to / 10 months ago
What will work best depends so much on your company, but these days, I would look into Azure DevOps and Octopus Deploy first. They both have first class support for Windows and .NET environments. - Source: Reddit / 11 months ago
Https://azure.microsoft.com/en-us/services/devops/ another version control provider which uses git but has a more robust project/issue management tool sim my opinion. - Source: Reddit / 11 months ago
If you are going to use Git, you need to use Git with Git LFS since as mentioned elsewhere Git doesn't work well wtih binary files (your assets like models, textures, sounds). Re: hosting Git with Git LFS, you could self host Gitlab, Gitea etc... In terms of hosted solutions, Github is good but their LFS storage is a little pricey, consider Azure Devops where the LFS storage costs aren't priced. - Source: Reddit / 12 months ago
Before we talk about build & deployment, let's get this straight: We are using Azure DevOps online offering. However this could as well be On-Premises installation or any other CI/CD platform of your choice. We are, however, using self-hosted agents that perform the build tasks. - Source: dev.to / about 1 year ago
You just go here, start a free account and setup git repo. - Source: Reddit / about 1 year ago
Automation tools: Since DevOps is mainly about implementing repeatable processes that deliver value quickly and efficiently, automation tools are vital. You’ll need to know pipeline tools such as Azure DevOps, AWS CodeBuild, AWS CodePipeline, Google Cloud Build, and other open-source tools such as Jenkins. - Source: dev.to / about 1 year ago
Can you be more specific about what's not working with Gitlab? It's what I think of when it comes to a CI/CD provider with a GUI. If you're just looking for an alternative, you can self-host Azure DevOps. - Source: Reddit / about 1 year ago
Yes. >Build, test, and deploy with CI/CD that works with any language, platform, and cloud. Connect to GitHub or any other Git provider and deploy continuously. (from https://azure.microsoft.com/en-us/services/devops/). - Source: Hacker News / about 1 year ago
For planning you can use tool like kanban board . If you have a team may use tool like this from microsoft https://azure.microsoft.com/en-us/services/devops/. - Source: Reddit / about 1 year ago
Use subversion. There are many options out there but I prefer standard git hosted on Azure Devops it is free and it has unlimited storage space. If your project is larger that few GB-s you want to enable GIT LFS also. Why is subversion here if you are solo dev? It allows you to mess up your project while experimenting and to go back. It is soft backup for your project. It let's you to go back into past and... - Source: Reddit / over 1 year ago
Just use the online version of TFS (https://dev.azure.com/) since you said 'personal projects'. Free for the first 5 users on a project, it should be very similar to what you have at work. There are tons of others (https://alternativeto.net/software/visual-studio-team-services/) and as @gramdel said, the free will be enough for most things. - Source: Reddit / over 1 year ago
Look into Azure DevOps. It's mind bogglingly complex to do it well, hence the high salaries. https://azure.microsoft.com/en-us/services/devops/. - Source: Reddit / over 1 year ago
I'd go with git if that's what you're already familiar with. As for hosting, Azure devops is a good alternative to GitHub since it offers unlimited storage for free. - Source: Reddit / over 1 year ago
3. Use the right tools Using the right tools can take your team a long way and make everyone’s life a whole lot easier. These tools can help you maintain seamless communication and a product workflow making everything more productive. Using tools such as Slack for instant messaging, Jira or Azure for tracking tickets and keeping organised, and Figma for prototyping design are recommended to help your team. - Source: dev.to / over 1 year ago
Do you know an article comparing Visual Studio Team Services to other products?
Suggest a link to a post with product alternatives.