A while ago I always wanted to get notified when new sprint updates are coming without having to go to the website itself. We have three sources where this is being published: The release notes page of Azure DevOps The devops blog of the product teams An then you have the Azure Updates page When you want to subscribe, then usually RSS is [...]
Sebastian Schütze
A new Azure DevOps sprint was just released. The sprint contains the following new features: The latest update to Azure DevOps Services includes new features for Azure Artifacts, Azure Boards, and Azure Pipelines. Of particular note is a new Azure Artifacts feature that makes it easier to authenticate Azure Artifacts with other popular [...]
Sebastian Schütze
A new Azure DevOps sprint was just released. The sprint contains the following new features: Azure Pipelines YAML CD features are now available with the latest Azure DevOps update, plus more improvements to the Azure Pipelines user experience. Go to the sprint.
Sebastian Schütze
A new Azure DevOps sprint was just released. The sprint contains the following new features: An update to Azure DevOps enables you to configure deployment strategies from directly within the Azure portal, and includes several improvements to the Azure Pipelines and Azure Repos user experiences. Go to the sprint.
Sebastian Schütze
Great news! Rob Ros and I posted about on how to solve the problem of having variables across stages: Robs blog post https://rajbos.github.io/blog/2020/04/17/Azure-DevOps-update-release-variable-across-stages And mine Robs approach is for classic pipelines and mine was for YAML pipelines which was inspired by a PR from . But it was not [...]
Sebastian Schütze
Update 5.5.2020: There is now a native integration. Check my new blog post for an update. The new multi staging pipelines with YAML give you a lot of more flexibility. Variables can be used and shared between nearly every step (e.g. stages and jobs) but they can’t be shared out of the between stages. But hey, there is always a [...]
Sebastian Schütze
A new Azure DevOps sprint was just released. The sprint contains the following new features: An update to Azure DevOps includes improvements to pull-request actionability, pipeline security and compliance, and npm API performances to increase productivity and reduce latency. Go to the sprint.
Sebastian Schütze
Since Microsoft has acquired GitHub for over 7.5$ a lot has changed. They have given away a lot of free features since then: action workflows for CI / CD package feeds npm is part of GitHub GitHub for mobile and now also private repos free for teams These features are following Microsoft’s changed philosophy of open source which [...]
Sebastian Schütze
A new Azure DevOps sprint was just released. The sprint contains the following new features: Multi-organization billing for Azure DevOps is now available. Go to the sprint.
Sebastian Schütze
Since multi-staging-pipelines with YAML have been introduced a big step has been done. They are declarative and configurable pipelines that can be versioned in a repository. One problem still comes: Change YAML -> commit -> run -> fail -> Change YAML -> commit -> run -> fail… Some people getting nerve wrecked [...]
Sebastian Schütze