microsoft / XamlBehaviors

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

Update managed-build.yml #243

Closed Jvr2022 closed 9 months ago

Jvr2022 commented 1 year ago

Renamed the steps to provide clearer descriptions of their purpose.

Added a step to checkout the repository, ensuring that the latest code is used for the build process.

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.

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