Skip to content

Commit c442f6a

Browse files
committed
Don't try to put more than one line into a single command
1 parent 53d06ee commit c442f6a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ for:
3030
- ps: Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile "$env:temp\dotnet-install.ps1"
3131
- ps: '& $env:temp\dotnet-install.ps1 -Version "8.0.302"'
3232
build_script:
33-
- cmd: >-
34-
dotnet msbuild /p:Configuration=Release /clp:v=m MSBuildStructuredLog.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\dotnetcore\Appveyor.MSBuildLogger.dll"
35-
checkbinarycompat bin\StructuredLogViewer\Release\net472
33+
- dotnet msbuild /p:Configuration=Release /clp:v=m MSBuildStructuredLog.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\dotnetcore\Appveyor.MSBuildLogger.dll"
34+
- checkbinarycompat bin\StructuredLogViewer\Release\net472
3635
after_build:
3736
- ps: >-
3837
Compress-Archive `

0 commit comments

Comments
 (0)