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
The VS extension runs "dotnet publish" in the "App" directory without specifying that it wants to publish the project - the .NET Core SDK then publishes both projects in the target directory, leading to two .deps.json files, and Cloud Build fails.
Fix: specify the project file on the command line for dotnet publish.
The text was updated successfully, but these errors were encountered:
Directory Layout:
The VS extension runs "dotnet publish" in the "App" directory without specifying that it wants to publish the project - the .NET Core SDK then publishes both projects in the target directory, leading to two
.deps.json
files, and Cloud Build fails.Fix: specify the project file on the command line for dotnet publish.
The text was updated successfully, but these errors were encountered: