-
Notifications
You must be signed in to change notification settings - Fork 563
Integration test #317
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
Integration test #317
Conversation
| using MLS.Agent.Tools; | ||
| using WorkspaceServer; | ||
|
|
||
| namespace NotIntegrationTests |
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.
Well what are they then?
|
|
||
| if (!directory.Exists) | ||
| { | ||
| throw new Exception($"Expected packages directory {directory.FullName} to exist but it does not"); |
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.
Is there a more specific exception that would be appropriate here?
| artifactName: packages | ||
| artifactType: container | ||
|
|
||
| - task: PublishBuildArtifacts@1 |
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.
If publishing the tests like this you can remove <IsPackable>true</> from NotIntegrationTests.csproj.
Add an integration test leg
No description provided.