From c133a386fa927e6cf3f076ddbcc4e04bc8cc75e6 Mon Sep 17 00:00:00 2001 From: correy <112426112@qq.com> Date: Thu, 29 Jun 2023 10:47:49 +0800 Subject: [PATCH] Update msbuild.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 注释。 --- .github/workflows/msbuild.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index afe13a0..f31c455 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -23,6 +23,7 @@ jobs: working-directory: ${{env.GITHUB_WORKSPACE}} run: nuget restore . + #谨记:这个只需运行一次即可。 #- name: Install WDK #这个执行半个小时是要的。 # working-directory: ${{env.GITHUB_WORKSPACE}} # run: .\.github\workflows\Install-WDK.ps1 #microsoft\runner-images\images\win\scripts\Installers\Install-WDK.ps1