Skip to content

Commit 2cc14d1

Browse files
authored
Update main.yml
1 parent 59bbe5c commit 2cc14d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: microsoft/setup-msbuild@v2
1616
- name: MSBuild
1717
working-directory: src
18-
run: msbuild WinKernelObjectsDotNet\WinKernelObjectsDotNet.csproj
18+
run: msbuild -t:restore;rebuild WinKernelObjectsDotNet\WinKernelObjectsDotNet.csproj
1919
- name: Upload artifact
2020
uses: actions/[email protected]
2121
with:

0 commit comments

Comments
 (0)