Fix appveyor.yml for multiline cmd

This commit is contained in:
Alexandre Mutel
2017-08-03 14:47:07 +02:00
parent 3f305a25a8
commit 3a54f06540

View File

@@ -31,7 +31,9 @@ build:
before_package:
- cmd: >-
msbuild /t:pack /p:VersionSuffix="%MARKDIG_VERSION_SUFFIX%" /p:Configuration=Release Markdig/Markdig.csproj
msbuild /t:Clean Markdig/Markdig.csproj
msbuild /t:pack /p:VersionSuffix="%MARKDIG_VERSION_SUFFIX%" /p:Configuration=Release;SignAssembly=true Markdig/Markdig.csproj
artifacts:
- path: src\Markdig\Bin\Release\*.nupkg