Update dotnet.yml

This commit is contained in:
XY Wang 2021-09-20 18:21:13 +08:00 committed by GitHub
parent 9bc6a2eb8d
commit bf3a14d1c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,8 +29,8 @@ jobs:
dotnet-version: 3.1.202 dotnet-version: 3.1.202
# 添加 MSBuild.exe 到环境变量: https://github.com/microsoft/setup-msbuild # 添加 MSBuild.exe 到环境变量: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe - name: Setup MSBuild
uses: microsoft/setup-msbuild@2008f912f56e61277eefaac6d1888b750582aa16 uses: microsoft/setup-msbuild@v1
# 安装 NuGet # 安装 NuGet
- name: Setup NuGet - name: Setup NuGet