Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

execution hangs #24

Open
acnicholls opened this issue Nov 16, 2024 · 0 comments
Open

execution hangs #24

acnicholls opened this issue Nov 16, 2024 · 0 comments

Comments

@acnicholls
Copy link

acnicholls commented Nov 16, 2024

I'm trying to create an installer for my little winforms app, and the call to devenv is failing to complete. it runs in about 25 seconds on my local machine, but times out after 10 minutes on the windows-latest action runner. I have tried both Debug and Release configurations on my machine and both build within visual studio and the Debug build from CLI with the exact below command. My VS Version is Professional and the action runner has Enterprise, but the project is a simple one and the execution seems to start but never end.

the command i use is this

        devenv.exe .\pdf-combine.sln \
          /Build RELEASE \
          /Project pdf-combine-setup \
          /Log InstallerBuild.log \
          /Out InstallerBuild.log \
          /NoSplash \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant