You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 bothDebug
andRelease
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
The text was updated successfully, but these errors were encountered: