-
Notifications
You must be signed in to change notification settings - Fork 572
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
Fixing the mapping of the custom domain #233
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update vNext
…not-return Fixing Custom domain issue
Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) from 3.1.9 to 5.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [Microsoft.AspNetCore.Identity.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) from 3.1.9 to 5.0.0. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Commits](dotnet/aspnetcore@v3.1.9...v5.0.0) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore) from 3.1.8 to 5.0.0. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v3.1.8...v5.0.0) Signed-off-by: dependabot[bot] <support@github.com>
…ools/vnext/Microsoft.Extensions.Configuration-5.0.0 Bump Microsoft.Extensions.Configuration from 3.1.9 to 5.0.0 in /src/shortenerTools
…/adminBlazorWebsite/src/vnext/Microsoft.AspNetCore.Identity.EntityFrameworkCore-5.0.0 Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore from 3.1.9 to 5.0.0 in /src/adminTools/adminBlazorWebsite/src
Bumps [Microsoft.NET.Sdk.Functions](https://github.com/Azure/azure-functions-vs-build-sdk) from 3.0.9 to 3.0.11. - [Release notes](https://github.com/Azure/azure-functions-vs-build-sdk/releases) - [Commits](Azure/azure-functions-vs-build-sdk@3.0.9...3.0.11) Signed-off-by: dependabot[bot] <support@github.com>
…/adminBlazorWebsite/src/vnext/Microsoft.EntityFrameworkCore.Tools-5.0.0 Bump Microsoft.EntityFrameworkCore.Tools from 3.1.8 to 5.0.0 in /src/adminTools/adminBlazorWebsite/src
Bumps [Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) from 3.1.8 to 5.0.0. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Commits](dotnet/aspnetcore@v3.1.8...v5.0.0) Signed-off-by: dependabot[bot] <support@github.com>
…/adminBlazorWebsite/src/vnext/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore-5.0.0 Bump Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore from 3.1.8 to 5.0.0 in /src/adminTools/adminBlazorWebsite/src
Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) from 3.1.9 to 5.0.0. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v3.1.9...v5.0.0) Signed-off-by: dependabot[bot] <support@github.com>
…ools/vnext/Microsoft.NET.Sdk.Functions-3.0.11 Bump Microsoft.NET.Sdk.Functions from 3.0.9 to 3.0.11 in /src/shortenerTools
…/adminBlazorWebsite/src/vnext/Microsoft.EntityFrameworkCore.Sqlite-5.0.0 Bump Microsoft.EntityFrameworkCore.Sqlite from 3.1.9 to 5.0.0 in /src/adminTools/adminBlazorWebsite/src
Bumps [Microsoft.AspNetCore.Identity.UI](https://github.com/dotnet/aspnetcore) from 3.1.9 to 5.0.0. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Commits](dotnet/aspnetcore@v3.1.9...v5.0.0) Signed-off-by: dependabot[bot] <support@github.com>
…/adminBlazorWebsite/src/vnext/Microsoft.AspNetCore.Identity.UI-5.0.0 Bump Microsoft.AspNetCore.Identity.UI from 3.1.9 to 5.0.0 in /src/adminTools/adminBlazorWebsite/src
FBoucher
added
bug
Something isn't working
dependencies
Pull requests that update a dependency file
documentation
Improvements or additions to documentation
Serverless-Backend
Serverless Backend
labels
Dec 6, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
dependencies
Pull requests that update a dependency file
documentation
Improvements or additions to documentation
Serverless-Backend
Serverless Backend
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There is now a setting 'customDomain' used to hold the custom domain. When populated it will be returned instead of the default aaaaa.azurewebsite.net one.