11 posts found for category: devops
- (16-Dec-2020) - Adding approval workflow to your GitHub Action
Want to add an approval workflow to your GitHub Action deployment easily? With new capabilities now you can! - (16-Dec-2020) - Using GitHub Actions for Bulk Resolving
Want a quick way to bulk resolve some issues in your repo? Use GitHub Actions and save time! - (03-Nov-2020) - Generate a GitHub Actions workflow file from dotnet CLI
Generate a GitHub Actions workflow file quickly from the dotnet CLI using this new helper tool. - (19-May-2020) - Hosting Blazor WebAssembly in Azure Static Web Apps (Preview)
I wanted to see if I could get Blazor Wasm apps in the new Azure Static Web Apps preview service. Turns out you can...with some caveats :-). - (12-May-2020) - Different ways to host Blazor WebAssembly (Wasm)
Read this to look at different ways to host/deploy your Blazor WebAssembly client apps on Azure. - (29-Jan-2020) - Skipping CI in GitHub Actions Workflows
Add a snippet to your workflow to enable skipping CI easily from commits. - (15-Jan-2020) - Using GitHub Actions for .NET Framework apps
Can you use GitHub Actions to build .NET Framework apps? Yes! Read this to help get you started. - (19-Dec-2019) - What’s a GitHub Action runner?
Find out what is on the GitHub Action runners that you can use. - (17-Dec-2019) - Using NuGet with GitHub Actions
Learn how to use NuGet with GitHub Actions to sign and push your packages to various repositories. - (12-Dec-2019) - Deploy a Blazor WASM site to Azure Storage using GitHub Actions
Learn how you can deploy your Blazor WebAssembly app to Azure Storage for static site hosting using a GitHub Actions workflow! - (19-Nov-2019) - Creating a GitHub Action to aid Issue notifications
I created a new GitHub Action that enabled a bit more granular notifications around Issues logged on repos.