mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
GithubCI: build the whole solution in macOS&Linux too
Now that we have removed the only VS-specific project [1],
we can make all pipelines of all OSs consistent, building
the solution instead of a specific project.
[1] 90e16c1b1e
This commit is contained in:
parent
79dd6f087a
commit
d38840f22e
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
run: mono nuget.exe restore src/TgSharp.sln
|
||||
|
||||
- name: Build Project
|
||||
run: xbuild src/TgSharp.Core/TgSharp.Core.csproj
|
||||
run: xbuild src/TgSharp.sln
|
||||
|
||||
macos:
|
||||
runs-on: macos-latest
|
||||
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
run: mono nuget.exe restore src/TgSharp.sln
|
||||
|
||||
- name: Build Project
|
||||
run: MSBuild src/TgSharp.Core/TgSharp.Core.csproj
|
||||
run: msbuild src/TgSharp.sln
|
||||
|
||||
windows:
|
||||
runs-on: windows-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue