OrchardCore1.0.0-rc2-16238 with bootstrap 4.6.0 not available for Azure pipeline #14084
Replies: 1 comment 1 reply
-
Hi Edmond! The way I see it, your problem has two distinct steps to it.
Do you have someone in your team that actually has those packages on their machine in the NuGet cache? If yes, then you're in a good position, so skip to the second point. :) The oldest version stored on Cloudsmith at the moment is 1.6.0-preview-17265 (and they are constantly rotating out), so that won't help unfortunately. Older versions were on MyGet until some time ago, IIRC.
If you have your own package source (IDK, maybe Azure Pipelines has a simple way to set one up), then publish the package there and you're good to go, but you'll probably need to add that package source in the repo or during the restore procedure in the pipeline. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a production website built with OrchardCore 1.0.0-rc2-16238 and Bootstrap 4.6.0, which was created 2 years ago using Azure Pipeline.
Last week, we needed to make a small change, and we discovered that the 1.0.0-rc2 version is no longer available in the NuGet package manager with Azure Pipeline. As a result, we were forced to upgrade to version 1.0.0.
The issue we encountered is that OrchardCore 1.0.0 uses Bootstrap 5.0.2, which is different from the Bootstrap 4.6.0 used in OrchardCore 1.0.0-rc2.
Is it possible to include OrchardCore 1.0.0-rc2 in the NuGet manager or find a way to force OrchardCore 1.0.0 to use Bootstrap 4.6.0?
Please advise. Thanks a lot!
From Edmond
Beta Was this translation helpful? Give feedback.
All reactions