Skip to content

Instantly share code, notes, and snippets.

View d3ssy's full-sized avatar
🏗️
Building the future of AEC

Guido Maciocci d3ssy

🏗️
Building the future of AEC
View GitHub Profile
@CalvinAllen
CalvinAllen / dotnet-framework-build-action.yml
Last active June 6, 2025 03:18
A GitHub Action to build a .NET Framework Web Application and Deploy it to Azure
name: EZRep Build
on:
push:
branches: master
jobs:
build:
runs-on: windows-latest