-
Notifications
You must be signed in to change notification settings - Fork 11
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
Bump MSTest + VSTest and use MSTest.Sdk #203
base: main
Are you sure you want to change the base?
Conversation
To enable logs: We have a flag for that here:
${{ env.ENABLE_DIAGNOSTICS == 'true' && ' -UseDiagnostics' || '' }}
I also saw there was an issue building with multiple entry points in the other steps:
|
FYI @Arlodotexe we should probably remove the broken slngen diagnostic flag inclusion from our workflows... |
PR submitted #204 |
Looks like this PR is having the same error as #202:
|
@Evangelink Do you have any insights on the error being thrown in CI? Did this build and run locally for you? |
and the failures on
|
@Arlodotexe This is now running tests successfully locally so I expect this to be good on CI, let's see. |
Looks like similar errors in the two jobs:
And in the new_experiment also:
|
This is a transient error with .NET native, should pass with a rerun. |
Still seeing this error produced in CI:
|
Sorry I will investigate later today. It makes no sense why it's working locally. |
This is an alternative to #202 where I am using
MSTest.Sdk
feature we have developed.This is our preferred way but decide what is the most comfortable for you.
More info: