📄️ Azure Resource Provisioning Example
So for example, we want to provision some Azure services like this:
📄️ .NET Test, Build & Publish
Here's an example of publishing a NuGet package. Complete with generating sematic versioning, and running tests.
📄️ Fully Orchestrated Example
The pipeline to test, generate and upload the NuGet packages for this library.. is made from this library.
📄️ Single File C# Example
Starting with dotnet 10 (preview 4), you can use the new file-based C# application feature to write scripts in C# without needing to create a full project structure. This is particularly useful for quick scripts or small utilities.