Skip to content

Commit

Permalink
添加调试命令
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Dec 5, 2023
1 parent dc4a485 commit 461db68
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,22 @@ jobs:
with:
name: WPF_Debug
path: ./artifacts/packages/Debug/NonShipping
- name: Debug
run: Get-ChildItem -Path "." -Recurse
# BuildRelease:

BuildRelease:
# runs-on: windows-latest

runs-on: windows-latest

steps:
- uses: actions/checkout@v1
# - name: Install Nuget
# uses: nuget/setup-nuget@v1
# with:
# nuget-version: '5.x'
- name: Build
run: .\build.cmd -pack -ci -configuration Release -prepareMachine /p:Platform=x86
- name: Push
uses: actions/upload-artifact@v1
with:
name: WPF_Release
path: ./artifacts/packages/Release/NonShipping
# steps:
# - uses: actions/checkout@v1
# # - name: Install Nuget
# # uses: nuget/setup-nuget@v1
# # with:
# # nuget-version: '5.x'
# - name: Build
# run: .\build.cmd -pack -ci -configuration Release -prepareMachine /p:Platform=x86
# - name: Push
# uses: actions/upload-artifact@v1
# with:
# name: WPF_Release
# path: ./artifacts/packages/Release/NonShipping

0 comments on commit 461db68

Please sign in to comment.