diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 8b753ab..e47f21e 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -13,4 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Say hello - run: echo "CI runner is working!" \ No newline at end of file + run: echo "CI runner is working!" + + - name: Build + run: dotnet build AdPlatformServers.sln --configuration Release \ No newline at end of file