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
Sadly this does not work (for whatever reason) when using the WebOptimizer Build target (default)
Workaround:
Do not use --no-build
Error:
/usr/share/dotnet/sdk/7.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets(254,5): error MSB3030: Could not copy the file "/build/src/WebApp/bin/Release/net7.0/WebApp.runtimeconfig.json" because it was not found.
The text was updated successfully, but these errors were encountered:
In my Dockerfile I doing a final build after
Sadly this does not work (for whatever reason) when using the WebOptimizer Build target (default)
Workaround:
Do not use
--no-build
Error:
The text was updated successfully, but these errors were encountered: