Update main.yml

This commit is contained in:
Afshin Arani 2020-04-02 10:41:52 +04:30 committed by GitHub
parent 17f98c616a
commit 069fd9c4d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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