From d44c145f8e2f5ac6e2815750c971bb40a3853708 Mon Sep 17 00:00:00 2001 From: MysticBoy Date: Tue, 9 Jun 2020 10:16:46 +0800 Subject: [PATCH] Update dotnetcore.yml --- .github/workflows/dotnetcore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index b72c6aa6..b52aae87 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -10,8 +10,8 @@ jobs: steps: - uses: actions/checkout@v1 - name: Setup .NET Core - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v1.5.0 with: dotnet-version: 3.1.100 - name: Build with dotnet - run: dotnet build --configuration Release + run: dotnet build IoTSharp.sln --configuration Release -- GitLab