From 6c6a49e7837f463424746d43875f801c905bff0f Mon Sep 17 00:00:00 2001 From: codito Date: Wed, 12 Feb 2025 22:17:59 +0530 Subject: [PATCH] test: build circleci test --- package-test.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-test.ps1 b/package-test.ps1 index c34f738..0bd78de 100644 --- a/package-test.ps1 +++ b/package-test.ps1 @@ -1,7 +1,7 @@ Write-Host "Running package test..." dotnet pack dotnet build test/TestLogger.PackageTests/TestLogger.PackageTests.csproj -dotnet test --no-build test/assets/JUnit.Xml.PackageTest/JUnit.Xml.PackageTest.csproj --logger:"junit;LogFilePath=TestResults/test-result.xml;FailureBodyFormat=Verbose;MethodFormat=Class" +dotnet test test/assets/JUnit.Xml.PackageTest/JUnit.Xml.PackageTest.csproj --logger:"junit;LogFilePath=TestResults/test-result.xml;FailureBodyFormat=Verbose;MethodFormat=Class" Write-Host "-------------------"