mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
Update main.yml
This commit is contained in:
parent
17f98c616a
commit
069fd9c4d7
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -22,10 +22,10 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Download latest NuGet
|
- name: Download latest NuGet
|
||||||
uses: olegtarasov/download-nuget@v1
|
run: curl -o nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: mono $NUGET_EXE restore
|
run: mono nuget.exe restore
|
||||||
|
|
||||||
- name: Build Project
|
- name: Build Project
|
||||||
run: MSBuild TLSharp.Core/TLSharp.Core.csproj
|
run: MSBuild TLSharp.Core/TLSharp.Core.csproj
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue