Skip to content

Commit

Permalink
run pack in pr build (#2442)
Browse files Browse the repository at this point in the history
Co-authored-by: Keegan Caruso <[email protected]>
  • Loading branch information
keegan-caruso and Keegan Caruso authored Jan 9, 2024
1 parent ee6bfe7 commit c1be3d6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: "CodeQL"

on:
push:
branches: [ "dev", "dev7" ]
branches: [ "dev", "dev6x" ]
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
branches: [ "dev", "dev7" ]
branches: [ "dev", "dev6x" ]

jobs:
analyze:
Expand Down
21 changes: 13 additions & 8 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,23 @@ jobs:
name: Wilson GitHub Action Test
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup .NET 6.0.301
uses: actions/[email protected]
with:
dotnet-version: 6.0.301
uses: actions/[email protected]

- name: Setup .NET 8.0.x
uses: actions/setup-dotnet@v2.1.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 8.0.100-rc.1.23463.5

dotnet-version: 8.0.x

- name: update versions
run: .\updateAssemblyInfo.ps1

# Build and test
- name: Restore packages
run: dotnet restore Wilson.sln

- name: Run the tests
run: dotnet test Wilson.sln

# Run baseline package validation
- name: Pack
run: .\pack.ps1

0 comments on commit c1be3d6

Please sign in to comment.