Finish TLSharp -> TgSharp rename (#1)

This commit is contained in:
Andres G. Aragoneses 2020-04-02 16:37:22 +08:00 committed by GitHub
parent a876314ddc
commit 932a733197
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
945 changed files with 162 additions and 167 deletions

View file

@ -13,10 +13,10 @@ jobs:
run: wget $NUGET_URL
- name: Install Dependencies
run: mono nuget.exe restore
run: mono nuget.exe restore src/TgSharp.sln
- name: Build Project
run: xbuild TLSharp.Core/TLSharp.Core.csproj
run: xbuild src/TgSharp.Core/TgSharp.Core.csproj
macos:
runs-on: macos-latest
@ -27,10 +27,10 @@ jobs:
run: curl -o nuget.exe $NUGET_URL
- name: Install Dependencies
run: mono nuget.exe restore
run: mono nuget.exe restore src/TgSharp.sln
- name: Build Project
run: MSBuild TLSharp.Core/TLSharp.Core.csproj
run: MSBuild src/TgSharp.Core/TgSharp.Core.csproj
windows:
runs-on: windows-latest
@ -41,10 +41,10 @@ jobs:
run: Invoke-WebRequest -OutFile Nuget.exe $Env:NUGET_URL
- name: Install Dependencies
run: ./Nuget.exe restore
run: ./Nuget.exe restore src/TgSharp.sln
- name: setup-msbuild
uses: microsoft/setup-msbuild@v1
- name: Build Project
run: MSBuild TLSharp.sln
run: MSBuild src/TgSharp.sln