How to run MSTest.Acceptance.IntegrationTests
?
#5372
-
I've run I get this exception:
|
Beta Was this translation helpful? Give feedback.
Answered by
Youssef1313
Apr 5, 2025
Replies: 1 comment 1 reply
-
You need to run Note When you make changes to product code, don't forget to re-pack so that the changes are picked up by integration tests. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
thomhurst
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to run
build.cmd -pack
to produce NuGet packages which are used by integration tests.Note
When you make changes to product code, don't forget to re-pack so that the changes are picked up by integration tests.