Skip to content

Commit

Permalink
删除不需要的配置msbuild代码
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Oct 21, 2023
1 parent 6e69e4e commit b54122c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
# with:
# global-json-file: global.json
# cache: true
- name: Setup MSBuild.exe
uses: warrenbuckley/Setup-MSBuild@v1
# - name: Setup MSBuild.exe
# uses: warrenbuckley/Setup-MSBuild@v1
- name: Build WPF
run: .\build.cmd -pack -ci -configuration Debug -prepareMachine /p:Platform=x86
- name: Push
Expand Down

0 comments on commit b54122c

Please sign in to comment.