You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: buildtools/build.proj
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -197,10 +197,12 @@
197
197
<ExecCommand="dotnet test -c $(Configuration)"WorkingDirectory="..\Libraries\test\SnapshotRestore.Registry.Tests"/>
198
198
<ExecCommand="dotnet test -c $(Configuration)"WorkingDirectory="..\Libraries\test\Amazon.Lambda.RuntimeSupport.Tests\Amazon.Lambda.RuntimeSupport.UnitTests"/>
199
199
<ExecCommand="dotnet test -c $(Configuration)"WorkingDirectory="..\Libraries\test\Amazon.Lambda.Annotations.SourceGenerators.Tests"/>
200
+
<ExecCommand="dotnet test -c $(Configuration)"WorkingDirectory="..\Tools\LambdaTestTool-v2\tests\Amazon.Lambda.TestTool.UnitTests"/>
200
201
</Target>
201
202
<TargetName="run-integ-tests">
202
203
<ExecCommand="dotnet test -c $(Configuration) --logger "console;verbosity=detailed""WorkingDirectory="..\Libraries\test\Amazon.Lambda.RuntimeSupport.Tests\Amazon.Lambda.RuntimeSupport.IntegrationTests"/>
203
204
<ExecCommand="dotnet test -c $(Configuration) --logger "console;verbosity=detailed""WorkingDirectory="..\Libraries\test\TestServerlessApp.IntegrationTests"/>
205
+
<ExecCommand="dotnet test -c $(Configuration) --logger "console;verbosity=detailed""WorkingDirectory="..\Tools\LambdaTestTool-v2\tests\Amazon.Lambda.TestTool.IntegrationTests"/>
0 commit comments