From d93ea4a5a2486aeec2c85f66264f9bdb4de4f662 Mon Sep 17 00:00:00 2001 From: Eric Fontana Date: Thu, 4 Jun 2015 07:52:05 -0400 Subject: [PATCH] Yaml wants spaces not tabs. --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 52d7f23..4d217f2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,11 +18,11 @@ after_build: cat chocolateyUninstall.ps1.template|%{$_-replace "\$\{version\}",$env:VERSION_FROM_BRANCH} > tools\chocolateyUninstall.ps1 - cat tools\chocolateyUninstall.ps1 + cat tools\chocolateyUninstall.ps1 - cat timberwinr.nuspec.template|%{$_-replace "\$\{version\}",$env:VERSION_FROM_BRANCH} > timberwinr.nuspec + cat timberwinr.nuspec.template|%{$_-replace "\$\{version\}",$env:VERSION_FROM_BRANCH} > timberwinr.nuspec - choco pack timberwinr.nuspec + choco pack timberwinr.nuspec artifacts: - path: .\*.nupkg name: NuGet