Skip to content

Commit ffcb76b

Browse files
committed
Update workflow to windows-2025 and add to solution items
Changed GitHub Actions workflow to use windows-2025 runner and updated the solution file to include the workflow YAML under Solution Items for easier access.
1 parent 60e3847 commit ffcb76b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/Workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010

1111
jobs:
1212
windows:
13-
name: windows-2022
14-
runs-on: windows-2022
13+
name: windows-2025
14+
runs-on: windows-2025
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v1

AddInManager.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project", "Project", "{A8C6
77
ProjectSection(SolutionItems) = preProject
88
CHANGELOG.md = CHANGELOG.md
99
Readme.MD = Readme.MD
10+
.github\workflows\Workflow.yml = .github\workflows\Workflow.yml
1011
EndProjectSection
1112
EndProject
1213
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Installer", "Installer\Installer.csproj", "{E3C87D34-638C-47A0-A73A-D967B119458D}"

0 commit comments

Comments
 (0)