From a3428a5f1c4337ce59e9d66b76d4c838d5fab104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Barr=C3=A9?= Date: Thu, 22 Feb 2024 18:29:15 -0500 Subject: [PATCH] Tets nuget --- Build.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Build.ps1 b/Build.ps1 index 1a08e8e..ee95466 100644 --- a/Build.ps1 +++ b/Build.ps1 @@ -31,6 +31,7 @@ Process { Exec { & nuget pack Workleap.DotNet.CodingStandards.nuspec -OutputDirectory $outputDir -Version $version -ForceEnglishOutput } # Run tests + Get-Command nuget Exec { & dotnet test } # Push to a NuGet feed if the environment variables are set