From 648c48acea775c963d102f1724b1f789e9e0c908 Mon Sep 17 00:00:00 2001 From: Afshin Arani Date: Thu, 2 Apr 2020 10:25:13 +0430 Subject: [PATCH] Build the whole solution on macos --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2e832d2..0f51ea4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: # Runs a set of commands using the runners shell - name: Build Project - run: MSBuild TLSharp.Core/TLSharp.Core.csproj + run: MSBuild TLSharp.sln windows: # The type of runner that the job will run on runs-on: windows-latest