From 91c56b2663da0f3d4aee1a8c446388f3a9ac2ece Mon Sep 17 00:00:00 2001 From: Saquib Mian Date: Thu, 30 Mar 2017 13:52:49 -0400 Subject: [PATCH] Typo again :( --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index bf3c7b988..82dbda56d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ build_script: after_build: - dotnet pack src\D2L.CodeStyle.Annotations -o artifacts -c Release - nuget pack src\D2L.CodeStyle.Analyzers\D2L.CodeStyle.Analyzers.csproj -Properties "Configuration=Release" -OutputDirectory artifacts - - nuget pack src\D2L.CodeStyle.TestAnalzyers\D2L.CodeStyle.TestAnalzyers.csproj -Properties "Configuration=Release" -OutputDirectory artifacts + - nuget pack src\D2L.CodeStyle.TestAnalyzers\D2L.CodeStyle.TestAnalyzers.csproj -Properties "Configuration=Release" -OutputDirectory artifacts build: publish_nuget: true