This PR enables RunAOTCompilation to fix the error Could not resolve SDK "Microsoft.NET.Runtime.MonoAOTCompiler.Task". I've also updated the release workflow to fix the incorrect input on the bitwarden/gh-actions/download-artifacts action and switched to pushing to the gh-pages branch using the bitwarden-devops-bot account with a PAT. The gh-pages NPM package has been updated to 6.1.1.
Code changes
.github/workflows/release.yml: Fix incorrect inputs on download action. add in steps to retrieve bitwarden-devops-bot PAT and use it for gh-pages deploy.
package-lock.json: Update gh-pages to 6.1.1.
package.json: Update gh-pages to 6.1.1.
src/App/App.csproj: Enable RunAOTCompilation.
Before you submit
Please check for formatting errors (dotnet format --verify-no-changes) (required)
Please add unit tests where it makes sense to do so (encouraged but not required)
If this change requires a documentation update - notify the documentation team
If this change has particular deployment requirements - notify the DevOps team
Type of change
Objective
This PR enables
RunAOTCompilation
to fix the errorCould not resolve SDK "Microsoft.NET.Runtime.MonoAOTCompiler.Task".
I've also updated therelease
workflow to fix the incorrect input on thebitwarden/gh-actions/download-artifacts
action and switched to pushing to thegh-pages
branch using thebitwarden-devops-bot
account with a PAT. Thegh-pages
NPM package has been updated to6.1.1
.Code changes
bitwarden-devops-bot
PAT and use it forgh-pages
deploy.gh-pages
to6.1.1
.gh-pages
to6.1.1
.RunAOTCompilation
.Before you submit
dotnet format --verify-no-changes
) (required)