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

Versions Returned by Get-BcArtifactUrl Inconsistent with NuGet Packages #3827

Open
jimmymcp opened this issue Feb 7, 2025 · 1 comment
Open
Assignees

Comments

@jimmymcp
Copy link

jimmymcp commented Feb 7, 2025

The version number of artifacts returned by Get-BcArtifactUrl do not match with the versions available as NuGet packages from the MSApps feed.

For example:

Get-BCArtifactUrl -country gb -version 23.1

returns

https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/23.1.13431.29781/gb

but v23.1.13431.29781 does not exist in the MSApps feed.

nuget list Microsoft.Application.GB -AllVersions

returns

...
Microsoft.Application.GB 23.3.14876.24779
Microsoft.Application.GB 23.3.14876.24700
Microsoft.Application.GB 23.3.14876.24605
Microsoft.Application.GB 23.2.14098.23316
Microsoft.Application.GB 23.1.13431.29427
Microsoft.Application.GB 23.1.13431.29397
Microsoft.Application.GB 23.1.13431.29328
Microsoft.Application.GB 23.1.13431.29231
...
@freddydk
Copy link
Contributor

freddydk commented Feb 8, 2025

Sorry for this, there was a clog in the workflows, which publish nuget packages.

We are looking to streamline the 3 processes for:

  1. publishing artifacts to online (AppSource)
  2. publishing apps to nuget
  3. publishing artifacts

Right now - these are 3 different processes and as such, there can be differences.

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

No branches or pull requests

2 participants