Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
看看每次测试是不是一个环境:每次都要安装WDK吗?
  • Loading branch information
kouzhudong committed Jun 29, 2023
1 parent 252a548 commit e88954b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ 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
#- name: Install WDK #这个执行半个小时是要的。
# working-directory: ${{env.GITHUB_WORKSPACE}}
# run: .\.github\workflows\Install-WDK.ps1 #microsoft\runner-images\images\win\scripts\Installers\Install-WDK.ps1

- name: Build solution
run: msbuild /m /p:Configuration=${{ env.Configuration }} /p:Platform=${{ env.Platform }} ${{ env.Solution_Path }}
Expand Down

0 comments on commit e88954b

Please sign in to comment.