Add Build Step
Some checks failed
CI Test / test (push) Failing after 3s

This commit is contained in:
Grae Jones
2026-03-17 16:29:43 -07:00
parent 07a7489bfc
commit 8dd0e11b99

View File

@@ -13,4 +13,7 @@ jobs:
uses: actions/checkout@v3
- name: Say hello
run: echo "CI runner is working!"
run: echo "CI runner is working!"
- name: Build
run: dotnet build AdPlatformServers.sln --configuration Release