Skip to content

Commit

Permalink
Update ci.yml to compile use sdk 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renepacios authored Feb 24, 2024
1 parent 23a6243 commit 8163087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

strategy:
matrix:
dotnet: [ '3.1.x' ]
dotnet: [ '8.0.x' ]
agent: ['windows-2019','ubuntu-latest','macos-latest']

name: Build Start with ${{matrix.agent}}
Expand Down Expand Up @@ -56,4 +56,4 @@ jobs:
run: dotnet build -c ${{ env.BUILD_CONFIG }} --no-restore $PROJECT_PATH

- name: dotnet pack [$PROJECT_NAME]
run: dotnet pack $PROJECT_PATH -c ${{ env.BUILD_CONFIG }} --include-symbols -p:SymbolPackageFormat=snupkg -o ./artifacts
run: dotnet pack $PROJECT_PATH -c ${{ env.BUILD_CONFIG }} --include-symbols -p:SymbolPackageFormat=snupkg -o ./artifacts

0 comments on commit 8163087

Please sign in to comment.