View Full Version : how to use appveyor with .NET 4.8
stax76
14th July 2019, 23:09
I would like appveyor to make a build everytime a github commit has happened. First problem is getting a build error, in VS it builds fine.
https://ci.appveyor.com/project/stax76/staxrip
ChaosKing
14th July 2019, 23:16
It seems that .net 4.8 support will be added soon https://github.com/appveyor/ci/issues/2924
Use the manual install script for now.
stax76
14th July 2019, 23:27
I simply went back to 4.7 and it builds now, new problem is it's not taking the version defined in AssemblyInfo.vb
edit:
For me it's ok to wait for official support and use 4.7 meanwhile.
stax76
15th July 2019, 00:04
I think for now I give up trying to make this appveyor thing work.
ChaosKing
15th July 2019, 08:27
It seems you need to explicitly set the version:
- https://stackoverflow.com/questions/33620440/assemblyversion-aligned-with-appveyor-version
- https://www.appveyor.com/docs/build-configuration/#assemblyinfo-patching
- https://gist.github.com/FeodorFitsner/e038821e3e46e3df0e8f
stax76
15th July 2019, 09:36
I'm not sure the thing is useful for a project like staxrip, maybe if you know what it can do and how it works. Don't look interesting to me or maybe I'm just not ready for it.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.