Skip to content

Commit

Permalink
Show normal level logs in CI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunle committed Jan 22, 2020
1 parent e75354b commit f9f83f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ before_build:
- ps: Vsxmd\Test.ps1 -Prepare

build_script:
- dotnet publish /p:PublishSingleFile=true /p:PublishTrimmed=true --runtime linux-x64
- dotnet publish /p:PublishSingleFile=true /p:PublishTrimmed=true --runtime osx-x64
- dotnet publish /p:PublishSingleFile=true /p:PublishTrimmed=true --runtime win-x64
- dotnet publish /p:PublishSingleFile=true /p:PublishTrimmed=true --runtime win-x86
- dotnet publish /p:PublishSingleFile=true /p:PublishTrimmed=true --verbosity normal --runtime linux-x64
- dotnet publish /p:PublishSingleFile=true /p:PublishTrimmed=true --verbosity normal --runtime osx-x64
- dotnet publish /p:PublishSingleFile=true /p:PublishTrimmed=true --verbosity normal --runtime win-x64
- dotnet publish /p:PublishSingleFile=true /p:PublishTrimmed=true --verbosity normal --runtime win-x86

test_script:
- ps: Vsxmd\Test.ps1 -Run
Expand Down

0 comments on commit f9f83f6

Please sign in to comment.