From 68daf21693525f867ebd9171e35b8f19b6f7f107 Mon Sep 17 00:00:00 2001 From: selman koc <64414348+skoc10@users.noreply.github.com> Date: Fri, 18 Mar 2022 10:35:42 +0300 Subject: [PATCH] Add files via upload --- nupkg/unit_test.ps1 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nupkg/unit_test.ps1 diff --git a/nupkg/unit_test.ps1 b/nupkg/unit_test.ps1 new file mode 100644 index 0000000000..d72ed032cf --- /dev/null +++ b/nupkg/unit_test.ps1 @@ -0,0 +1,7 @@ +. ".\common.ps1" + +# Unit test for all solutions +foreach($solution in $solutions) { + $solutionFolder = Join-Path $rootFolder $solution + Set-Location $solutionFolder + dotnet test --no-build \ No newline at end of file