This is an automated email from the ASF dual-hosted git repository.
rainerjung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new f37e85bf6 Set environment again before calling dumpbin.
f37e85bf6 is described below
commit f37e85bf61ba732a4b2686c625d485902fa8e188
Author: rainerjung <[email protected]>
AuthorDate: Thu Jun 25 03:12:47 2026 +0200
Set environment again before calling dumpbin.
---
.github/workflows/makefile.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index 5bebb7171..154e50ee0 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -41,6 +41,7 @@ jobs:
shell: cmd
run: |
echo on
+ call "C:\Program Files\Microsoft Visual
Studio\18\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }}
dumpbin.exe /DEPENDENTS
native\iis\WIN10_X64_DLL_RELEASE\isapi_redirect.dll
- uses: actions/upload-artifact@v7
with:
@@ -79,6 +80,7 @@ jobs:
shell: cmd
run: |
echo on
+ call "C:\Program Files\Microsoft Visual
Studio\18\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }}
dumpbin.exe /DEPENDENTS
native\iis\WIN10_X64_DLL_RELEASE\isapi_redirect.dll
- uses: actions/upload-artifact@v7
with:
@@ -117,6 +119,7 @@ jobs:
shell: cmd
run: |
echo on
+ call "C:\Program Files\Microsoft Visual
Studio\18\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }}
dumpbin.exe /DEPENDENTS
native\iis\WIN7_X64_DLL_RELEASE\isapi_redirect.dll
- uses: actions/upload-artifact@v7
with:
@@ -155,6 +158,7 @@ jobs:
shell: cmd
run: |
echo on
+ call "C:\Program Files\Microsoft Visual
Studio\18\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }}
dumpbin.exe /DEPENDENTS
native\iis\WIN7_X64_DLL_RELEASE\isapi_redirect.dll
- uses: actions/upload-artifact@v7
with:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]