You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have one of my projects console test projects. These projects build an EXE. In the solution configuration the build is disabled for release. Now there is an error on abbveyor the file project.assets.json is not found.
Project has an output type of exe: Anori.ExpressionObservers.ConsoleTests
Microsoft (R) Build Engine version 16.9.0+57a23d249 for .NET
Copyright (C) Microsoft Corporation. All rights reserved.
C:\Program Files\dotnet\sdk\5.0.201\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets(241,5): error NETSDK1004: Assets file 'C:\projects\anori-expressionobservers\Tests\Anori.ExpressionObservers.ConsoleTests\obj\project.assets.json' not found. Run a NuGet package restore to generate this file. [C:\projects\anori-expressionobservers\Tests\Anori.ExpressionObservers.ConsoleTests\Anori.ExpressionObservers.ConsoleTests.csproj]
Cake.exe : An error occurred when executing task 'DotNetCore-Build'.
At line:1 char:1
+ & "C:\projects\anori-expressionobservers\tools\Cake\Cake.exe" "recipe ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (An error occurr...NetCore-Build'.:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
The text was updated successfully, but these errors were encountered:
@anorisoft I don't suppose that you have a link to both the failing build and the test project?
I know there are problems when only .NET 5.0 is being targeted, as it isn't correctly identified as a .NET Core compatible build (build I have previously only seen issues with that being related to coverage reports).
I have one of my projects console test projects. These projects build an EXE. In the solution configuration the build is disabled for release. Now there is an error on abbveyor the file project.assets.json is not found.
The text was updated successfully, but these errors were encountered: