[PR #2613] [MERGED] Fix Build Workflow #23059

Closed
opened 2026-04-16 23:14:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2613
Author: @vgrassia
Created: 7/13/2023
Status: Merged
Merged: 7/13/2023
Merged by: @vgrassia

Base: masterHead: fix-build-workflow


📝 Commits (2)

📊 Changes

1 file changed (+5 additions, -0 deletions)

View changed files

📝 .github/workflows/build.yml (+5 -0)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

This PR adds the actions/setup-dotnet action to install the .NET 3.1.x framework in order for the Android build jobs to complete successfully.

Code changes

  • .github/workflows/build.yml: Add actions/setup-dotnet action to Android build jobs

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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/2613 **Author:** [@vgrassia](https://github.com/vgrassia) **Created:** 7/13/2023 **Status:** ✅ Merged **Merged:** 7/13/2023 **Merged by:** [@vgrassia](https://github.com/vgrassia) **Base:** `master` ← **Head:** `fix-build-workflow` --- ### 📝 Commits (2) - [`1468f8b`](https://github.com/bitwarden/android/commit/1468f8be3df4cd581295aeba48f9b03d0c9c217f) Add .NET 3.1.0 setup action - [`52ddcf9`](https://github.com/bitwarden/android/commit/52ddcf94bd3ea98cd543d90b6bf9e1e56877fbad) Test ### 📊 Changes **1 file changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+5 -0) </details> ### 📄 Description ## Type of change - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [X] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> This PR adds the `actions/setup-dotnet` action to install the .NET 3.1.x framework in order for the Android build jobs to complete successfully. ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * **.github/workflows/build.yml:** Add `actions/setup-dotnet` action to Android build jobs ## 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 23:14:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#23059