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
* add step to generate a windows msi installer of the Arduino CLI
* remove warning:
`warning : Solution properties are only available during IDE builds or when building the solution file from the command line. To turn off this warning set <DefineSolutionProperties>false</DefineSolutionProperties> in your .wixproj`
* fix error caused by wix peculiar version constraints:
`error CNDL0108: The Product/@Version attribute's value, '0.0.0-test', is not a valid version. Legal version values should look like 'x.x.x.x' where x is an integer from 0 to 65534.`
* fix `error LGHT0103: The system cannot find the file 'arduino-cli.exe'`
* final adjustments in wix config
* exclude prettier from checking the installer config files, prettier does not support xml out of the box
* add download links
* temporarily disable s3 push and homebrew update for testing
* Upload nightly artifacts for testing
* add windows check certs
* bump to latest windows-sdk and document better
specify timestamp algorithm. Apparently this is required in the latest version of the sdk
* remove useless job id not used anymore (followup of #1883)
* fixed comments
* It's useless to use the output from setupmsbuild
* use YAML-style syntax
* try to uniform the usage of version/tag across the workflow
* Revert "Upload nightly artifacts for testing" && "temporarily disable s3 push and homebrew update for testing"
This reverts commit 3123dfd.
This reverts commit 24fa25c.
* Apply suggestions from code review
Co-authored-by: per1234 <[email protected]>
Co-authored-by: per1234 <[email protected]>
WIX_VERSION="0.0.0" # use 0.0.0 as version for the installer since wix is picky about other alternatives, this only affects nightly builds (error CNDL0242)
0 commit comments