You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Ensure we have the version specific Umbraco templates$templateList= dotnet new uninstall |Out-String$packageVersion=$templateList|Select-String'(?s)Umbraco.Templates.*Version: (.*?)\r\n'|Select-Object-expand Matches |Select-Object-expand Groups |Select-Object-ExpandProperty Value -Skip 1-First 1if ($packageVersion-ne$version)
{
dotnet new install Umbraco.Templates::$version--force
}
The text was updated successfully, but these errors were encountered:
Thinking something like this?
The text was updated successfully, but these errors were encountered: