Я пытаюсь создать и развернуть веб-API .NET 8 с помощью Azure DevOps, однако при запуске конвейера я получил следующую ошибку. Что может быть причиной? Как я могу это отладить?
C:\hostedtoolcache\windows\dotnet\dotnet.exe D:\a\_tasks\reportgenerator_be803a55-9253-4895-a525-be570d86f161\5.3.8\tools\net6.0\ReportGenerator.dll -reports:D:\a\_temp/**/coverage.cobertura.xml -targetdir:D:\a\1\s/coveragereport -reporttypes:HtmlInline_AzurePipelines;Cobertura -sourcedirs: -historydir: -plugins: -assemblyfilters:$(RG_assemblyfilters) -classfilters:$(RG_classfilters) -filefilters:$(RG_filefilters) -riskhotspotassemblyfilters:+* -riskhotspotclassfilters:+* -verbosity:Info -title: -tag:1.0.24218.2_#583545 -license:
##[debug]Exit code 1 received from tool 'C:\hostedtoolcache\windows\dotnet\dotnet.exe'
##[debug]STDIO streams have closed for tool 'C:\hostedtoolcache\windows\dotnet\dotnet.exe'
##[debug]The process 'C:\hostedtoolcache\windows\dotnet\dotnet.exe' failed with exit code 1
##[debug]task result: Failed
##[error]The process 'C:\hostedtoolcache\windows\dotnet\dotnet.exe' failed with exit code 1
##[debug]Processed: ##vso[task.issue type=error;source=TaskInternal;]The process 'C:\hostedtoolcache\windows\dotnet\dotnet.exe' failed with exit code 1
##[debug]Processed: ##vso[task.complete result=Failed;]The process 'C:\hostedtoolcache\windows\dotnet\dotnet.exe' failed with exit code 1
##[debug]publishCodeCoverageResults=false
Подробнее здесь: https://stackoverflow.com/questions/788 ... -dotnet-ex
Как устранить ##[ошибку]Процесс «C:\hostedtoolcache\windows\dotnet\dotnet.exe» завершился с ошибкой с кодом завершения 1 ⇐ C#
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение