Skip to content

Commit

Permalink
Update build action
Browse files Browse the repository at this point in the history
  • Loading branch information
JadynWong committed Jun 2, 2023
1 parent cf3f1e1 commit a7af959
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@ jobs:
with:
dotnet-version: '6.0.x'

- name: Build with dotnet
run: dotnet build --configuration Release

- name: Test with dotnet
run: dotnet test --configuration Release --no-build --verbosity normal

- name: Pack with dotnet
- name: Build and Test
shell: pwsh
run: |
dotnet pack ./QQWry --configuration Release --no-build --verbosity normal
dotnet pack ./QQWry.DependencyInjection --configuration Release --no-build --verbosity normal
.\Build.ps1 -version ${{ steps.get_version.outputs.VERSION }}

0 comments on commit a7af959

Please sign in to comment.