question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

OfficialBuildId on non-Azure Pipelines CI environments

See original GitHub issue

Preamble: I’m totally aware that Arcade was designed to be primarily used in Microsoft projects, but we’re interested in adopting it for the aspnet-contrib repositories as it perfectly suits our needs.

Unlike Microsoft projects, the aspnet-contrib repositories use AppVeyor and Travis. While Arcade works like a charm there, we’re a bit blocked by the versioning mechanism of official builds, that requires a very specific format for OfficialBuildId that doesn’t work well with the ever-increasing build identifiers (that are not reset at the end of the day). It wouldn’t be a problem if the r part of OfficialBuildId was not limited to 2 digits, but sadly, that’s not the case.

So, my question is: what’s the recommendation in this case? 😄

/cc @martincostello

(more context: https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/pull/335)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:30 (30 by maintainers)

github_iconTop GitHub Comments

1reaction
tmatcommented, Oct 7, 2019

@PinpointTownes Migrate to Azure DevOps 😃?

1reaction
kevinchaletcommented, Aug 22, 2019

Thanks for the explanation. I will wait a bit before closing this ticket in case @tmat would like to add details.

In the meantime, we’ll likely opt for the mod 100 option and pray we don’t produce more than 100 builds a day 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Azure Pipelines is the CI/CD solution for any language ...
Azure Pipelines ' key value proposition is to build, test any language, and deploy to any platform or any cloud. Using Azure Pipelines...
Read more >
Azure Deployment Environments
Easy, on-demand deployment from the dev portal, the CLI, or continuous integration and continuous delivery (CI/CD) pipelines · Standardized templates to help ...
Read more >
Azure Pipelines
Get 10 free parallel jobs for cloud-based CI/CD pipelines for Linux, macOS, and Windows. Automate builds and easily deploy to any cloud with...
Read more >
What is a CI/CD pipeline?
A pipeline is a process that drives software development through a path of building, testing, and deploying code, also known as CI/CD.
Read more >
Creating an Azure DevOps Multi-Stage Pipeline
Azure pipelines continuously change and improve so in this series we walk through creating a multi-stage pipeline in Azure DevOps.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found