DevOps icon indicating copy to clipboard operation
DevOps copied to clipboard

The TE2 URL in your PowerShell script points to a rather old version (2.16.5) and not the latest version

Open StEybert opened this issue 1 year ago • 1 comments

Hey @otykier !

Is there a URL I could use to always fetch the latest version of TE2 when setting up our CI/CD pipeline? For now I've had to hardcode the link to 2.25 instead to make things work.

StEybert avatar Oct 31 '24 10:10 StEybert

This URL should always point to the latest portable build:

https://github.com/TabularEditor/TabularEditor/releases/latest/download/TabularEditor.Portable.zip

More info on GitHub URLs.

otykier avatar Oct 31 '24 10:10 otykier