Skip to content

Commit

Permalink
Update dotnet-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MIRIMIRIM committed Jan 17, 2025
1 parent d511a4e commit ef3be9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.x
dotnet-version: 9.x

- name: Prepare
run: |
dotnet nuget add source --username sun128764 --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/MIRIMIRIM/index.json"
dotnet restore
- name: Publish the application
run: dotnet publish OKP.Core --configuration ${{ matrix.configuration }} --runtime ${{ matrix.runtime-identifier }} /p:PublishAot=false
run: dotnet publish OKP.Core --configuration ${{ matrix.configuration }} --runtime ${{ matrix.runtime-identifier }} -f net8.0 /p:PublishAot=false

- name: Upload build artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ef3be9e

Please sign in to comment.