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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
The sdk element in detected global.json files is no longer required. The SDK version to install is now inferred from the solution/project files when global.json doesn't define SDK configuration. (#49)
The buildpack will now set --artifacts-path to a temporary directory during dotnet publish. This change reduces the number of unused, duplicated and/or intermediate files in the app directory. Published output for each project is still written to the same location relative to the the project directory (bin/publish, as configured using the PublishDir property). (#49)