Releases: joaope/LocalAppVeyor
Releases · joaope/LocalAppVeyor
v0.5.0-alpha.10
- Fix powershell execution issues
v0.5.0-alpha9
- Ability to specify API token using
LOCALAPPVEYOR_API_TOKEN
environment variable
v0.5.0-alpha8
- Added
lint
command to validate appveyor.yml YAML configuration. It requires an active internet connection. - Fixed parsing error when legacy
global
block is used insideenvironment
block - Fixed inaccurate jobs command's error messages
- Build against latest .NET Core 2.1 RTM
v0.5.0-alpha7
- Now packaged and published as a .NET Core CLI global tool
v0.5.0-alpha6
- NET Core 2.0 application
- Fixed bug where script blocks (install, etc.) were only executing first command
v0.5.0-alpha5
- Added support for
matrix.allow_failures
configuration - Build configuration falls back to .appveyor.yml when no appveyor.yml is found
- More info (nr. of succeeded, failed, etc. jobs) at the end of build execution
- Fixed bug where some failed jobs were considered successful
- Fixed error cloning directory when more than one job on the same build execution
- Fixed
init
scripts exception
v0.5.0-alpha4
- Added support for
assembly_info
step - Fixed bug with
before_build
triggering a build failed when successful - .NET Core to 1.0.1
- Other minor fixes and improvements
v0.5.0-alpha3
- First public release!