Skip to content

Commit

Permalink
Fix appveyor.yml for multiline cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Aug 3, 2017
1 parent 3f305a2 commit 3a54f06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a54f06

Please sign in to comment.