From 3e74080a4f40011ae3a5b48b873d1af541354f28 Mon Sep 17 00:00:00 2001 From: MysticBoy Date: Tue, 16 Jun 2020 12:27:19 +0800 Subject: [PATCH] Update dotnetcore.yml --- .github/workflows/dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 21ed1901..6a5e83ba 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -12,4 +12,4 @@ jobs: uses: actions/setup-dotnet@v1.5.0 - name: Build with dotnet - run: dotnet build ./IoTSharp.sln --configuration Release + run: ls;dotnet build ./IoTSharp.sln --configuration Release -- GitLab