Building a vdproj setup project #7238
Unanswered
hadastoroP
asked this question in
General questions
Replies: 1 comment
-
for anyone looking for help on this, use this action to setup the PATH variable for seanmiddleditch/gha-setup-vsdevenv@v4 then just use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using the 2019 docker image to build my .Net Framework solution.
My solution includes a Project Setup project (vdproj extension) to create an Installer for my application.
I can run the installer from command line on my own machine using the devenv.com (since msbuild does not build setup projects)
I have read in the following article :
https://spin.atomicobject.com/2022/05/17/visual-studio-installer-azure/
that devenv.com should br available in this image.... but I cannot find it on the docker container...
Can anyone please help?
Beta Was this translation helpful? Give feedback.
All reactions