Skip to content

Commit 7ef322a

Browse files
authored
Update msbuild.yml
1 parent eb2a41d commit 7ef322a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/msbuild.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@ jobs:
3434

3535
- name: Add MSBuild to PATH
3636
uses: microsoft/[email protected]
37-
37+
38+
- name: Upload a Build Artifact
39+
- uses: actions/upload-artifact@v4
40+
with:
41+
name: dll
42+
path: D-fix\x64\Release\*.dll
43+
3844
- name: Restore NuGet packages
3945
working-directory: ${{env.GITHUB_WORKSPACE}}
4046
run: nuget restore ${{env.SOLUTION_FILE_PATH}}
@@ -44,3 +50,4 @@ jobs:
4450
# Add additional options to the MSBuild command line here (like platform or verbosity level).
4551
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
4652
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
53+

0 commit comments

Comments
 (0)