microsoft / XamlBehaviors

This is the official home for UWP XAML Behaviors on GitHub.
MIT License
701 stars 112 forks source link

Update native-build.yml #242

Closed Jvr2022 closed 9 months ago

Jvr2022 commented 1 year ago

Updated the syntax and indentation for better code readability.

Added a step to restore NuGet packages before building the solution. This ensures that all the necessary dependencies are available during the build process.

Renamed the steps to provide clearer descriptions of their purpose.

Fixed a typo in the file path for the solution file.

Updated the configuration to build in the Release mode for optimized output.