Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed AppVeyor build configuration and the issue on SQL Server #3452

Merged
merged 2 commits into from
Feb 9, 2019

Commits on Feb 8, 2019

  1. Fixed mistakenly passing builds on AppVeyor

    PowerShell doesn't automatically handle exit codes of the invoked commands automatically, and $ErrorActionPreference = "Stop" doesn't seem working. Additionally, the ocular command is moved out of the "test_script" section to "after_test" since it's not part of the actual test.
    morozov committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    b43f582 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccc6a0a View commit details
    Browse the repository at this point in the history