Skip to content

Commit

Permalink
Update dev-build.yml to .net 7 matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
daningalla committed Aug 28, 2023
1 parent 34310cf commit e6ad2c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: ['6.0.x']
dotnet-version: ['7.0.x']

steps:
- uses: actions/checkout@v2
Expand All @@ -35,4 +35,4 @@ jobs:
#- name: Build pre-release packages
# run: dotnet pack -c Release --no-restore -p:VersionSuffix=dev.${{ env.DEVLABEL }}.${{ github.run_number }} -o ./pack
#- name: Publish packages to NuGet
# run: dotnet nuget push ./pack/*[^.symbols].nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_ORG_PUSH_KEY }}
# run: dotnet nuget push ./pack/*[^.symbols].nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_ORG_PUSH_KEY }}

0 comments on commit e6ad2c5

Please sign in to comment.