Closed MrKev312 closed 2 months ago
Code cleanup and build configuration improvements.
Updated GitHub Actions workflow and project files to improve build configuration and artifact handling.
dotnet.yml
ubuntu-latest
<RuntimeIdentifiers>
win-x64
.csproj
JustDanceEditor.UI.csproj
<AssemblyVersion>
<Target>
PR Classification
Code cleanup and build configuration improvements.
PR Summary
Updated GitHub Actions workflow and project files to improve build configuration and artifact handling.
dotnet.yml
: Renamed workflow, switched toubuntu-latest
, and updated build and artifact paths.<RuntimeIdentifiers>
withwin-x64
to multiple.csproj
files.JustDanceEditor.UI.csproj
: Removed<AssemblyVersion>
and post-build<Target>
elements.