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