File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 30
30
- ps : Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile "$env:temp\dotnet-install.ps1"
31
31
- ps : ' & $env:temp\dotnet-install.ps1 -Version "8.0.302"'
32
32
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
36
35
after_build :
37
36
- ps : >-
38
37
Compress-Archive `
You can’t perform that action at this time.
0 commit comments