Skip to content

Commit

Permalink
Add limitation of running sytem test locally and workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Gamache committed Dec 20, 2023
1 parent ece961b commit 1bcae4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ This command `./Run-SystemTest.ps1` will:
1. Pack the MSBuild library
2. Build the WebApi.MssBuild.SystemTest and inject the previously packed library

Be careful since it will update the project dependencies to the local path of the packed library: do not commit this.
Be careful since it will update the project dependencies to use a local version: do not commit this.

Also if you run it multiple time on the same branch you need to clear the local cache `%UserProfile%\.nuget\packages\workleap.openapi.msbuild` since the name won't change.

0 comments on commit 1bcae4f

Please sign in to comment.