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
How does GitHub action will work with dotnetcore multi project and solution?
I am having difficulties for configuring dotnetcore multi project visual studio solution with GitHub Action with environment variable for project path.
Note : Solution is not at root location but it is inside SourceCode Folder.
MSBUILD : error MSB1003: Specify a project or solution file. The current working directory does not contain a project or solution file.
##[error]Process completed with exit code 1.
##[error]Deployment Failed with Error: Error: No package found with specified pattern: SourceCode/SubProject/myapp
If you provide sample application for this type of Visual studio solution it is very useful.
The text was updated successfully, but these errors were encountered:
How does GitHub action will work with dotnetcore multi project and solution?
I am having difficulties for configuring
dotnetcore
multi project visual studio solution with GitHub Action with environment variable for project path.Note : Solution is not at root location but it is inside
SourceCode
Folder.MSBUILD : error MSB1003: Specify a project or solution file. The current working directory does not contain a project or solution file.
##[error]Process completed with exit code 1.
##[error]Deployment Failed with Error: Error: No package found with specified pattern:
SourceCode/SubProject/myapp
If you provide sample application for this type of Visual studio solution it is very useful.
The text was updated successfully, but these errors were encountered: