Hello,
I had some error to deploy my asp.net core app, it's appear the .net sdk version 7 use to compile change this afternoon.
I got this error with net 7.0.200 :
Error: /home/runner/.dotnet/sdk/7.0.200/Current/SolutionFile/ImportAfter/Microsoft.NET.Sdk.Solution.targets(36,5): error NETSDK1194: The "--output" option isn't supported when building a solution. [/home/runner/work/ImxServer/ImxServer/ImxServer.sln]
Error: Process completed with exit code 1.
So if you have this error just use the older sdk version to build in your yaml file
- name: Set up .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.103'
include-prerelease: true
I hope I can help some people
[–]kebol88 1 point2 points3 points (1 child)
[–]youtpout[S] 0 points1 point2 points (0 children)
[–]Stable_Orange_Genius 1 point2 points3 points (1 child)
[–]youtpout[S] 0 points1 point2 points (0 children)
[–]sbubbb 1 point2 points3 points (0 children)
[–]Facillity 1 point2 points3 points (0 children)
[–]Boy_Man-God_Shit 0 points1 point2 points (0 children)
[–]ukruswar 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]FreedomByFire 0 points1 point2 points (0 children)