Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit b8410f9

Browse files
committed
Fixing build
1 parent 3f37dd5 commit b8410f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
env:
3535
DeployExtension: False
3636

37+
- name: Restore 2019 Packages
38+
run: nuget restore src.2019\NordTheme.sln
39+
3740
- name: Build 2019 Extension
3841
run: msbuild src.2019\NordTheme.sln /p:Configuration=Release /t:Rebuild
3942
env:

0 commit comments

Comments
 (0)