Skip to content

Commit f9cab1a

Browse files
committed
awb.yml: Try restoring NuGet packages
git-svn-id: https://svn.code.sf.net/p/autowikibrowser/code/AWB@12775 5227b50d-9349-4574-b055-4b0a7525e11c
1 parent 166aa3b commit f9cab1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/awb.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- name: Setup MSBuild
1717
uses: microsoft/setup-msbuild@v2
18+
- name: Restore NuGet
19+
uses: nuget/setup-nuget@v2
20+
run: nuget restore 'AutoWikiBrowser no plugins.sln'
1821
- name: Build
1922
run: |
2023
MSBuild.exe $Env:GITHUB_WORKSPACE\'AutoWikiBrowser no plugins.sln' /p:Configuration=Release

0 commit comments

Comments
 (0)