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

Updated Snapper to create snapshot if none exists #71

Merged
merged 7 commits into from
Jan 11, 2021
Merged

Commits on Oct 1, 2020

  1. Configuration menu
    Copy the full SHA
    f09671a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d7a982 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    987c82b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8059aa2 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Configuration menu
    Copy the full SHA
    9f10347 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89499ac View commit details
    Browse the repository at this point in the history
  3. Remove appveyor logging as its not possible to make it work perfectly

    For NUnit tests to be logged in appveyor you need to the use the AppVeyor logger. 
    Unfortunately since we run the same test twice, once for .net core and once for .net framework the AppVeyor logger doesn't detect the difference and only logs the test once, which results in incorrect numbers. 
    
    Removed AppVeyor  logger fully and not going to rely on the number in CI.
    theramis committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    a35ba97 View commit details
    Browse the repository at this point in the history