-
-
Notifications
You must be signed in to change notification settings - Fork 448
Appveyor test executable unfound fix and add caching #1529
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
Conversation
Maybe we can get rid of that extra parent folder via the project file. Can you link me to a failed ci? |
Did Appveyor change something on their end or did we cause this bug? |
I have enabled caching for PR builds, which is what is ran per PR commit and by default is disabled: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Recently CI fails because some weird issue that it detects the Flow.Launcher.Test.dll in path that contains an extra parent of
Any CPU
. This pr try to manually run the test to avoid that.Also let the package run after test step is done
Added caching config to let the builds done faster