We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0097c9 commit 81c99ecCopy full SHA for 81c99ec
1 file changed
.github/workflows/msbuild.yml
@@ -51,3 +51,9 @@ jobs:
51
# Add additional options to the MSBuild command line here (like platform or verbosity level).
52
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
53
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=x64 ${{env.SOLUTION_FILE_PATH}}
54
+
55
+ - name: Upload DLL artifact
56
+ uses: actions/upload-artifact@v4
57
+ with:
58
+ name: dll-build
59
+ path: "**/*.dll"
0 commit comments