mansellan / clickonce

ClickOnce packager
Other
26 stars 7 forks source link

Azure pipeline #52

Open alexandre-whitefox opened 2 years ago

alexandre-whitefox commented 2 years ago

Hi, great work!

I'm using it on azure pipeline and there's something weird going on. The version of the publish.htm file is always set to the assembly version, not the application being published version. Maybe I'm doing something wrong. Below is part of the code of my pipeline:

`variables: Solution: '*/.sln' BuildPlatform: 'Any CPU' Version: '1.0.0.$(Build.BuildId)'

steps: