From 57c593666210acb7d904d3d47359b8d68bbf6b03 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 1 May 2020 00:02:58 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BF=AE=E5=A4=8D=20github=20actions?= =?UTF-8?q?=20=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2602160fd..f92d5c777 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,6 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.100 + dotnet-version: 3.1.201 - name: Build with dotnet - run: dotnet build src\BootstrapBlazor.WebConsole --configuration Release \ No newline at end of file + run: dotnet build --configuration Release