We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
... 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 ...
The text was updated successfully, but these errors were encountered:
Sorry for this, there was a clog in the workflows, which publish nuget packages.
We are looking to streamline the 3 processes for:
Right now - these are 3 different processes and as such, there can be differences.
Sorry, something went wrong.
freddydk
No branches or pull requests
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:
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.
returns
The text was updated successfully, but these errors were encountered: