Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jim60105 committed Jan 10, 2023
1 parent e2f93df commit 84a6ab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core SDK 6.0.101
- name: Setup .NET Core SDK 7.0.100
uses: actions/[email protected]
with:
dotnet-version: 6.0.101
dotnet-version: 7.0.100
- name: Add msbuild to PATH
uses: microsoft/[email protected]

Expand All @@ -28,7 +28,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: artifact
path: bin/Release/net6.0-windows/win-x64/app.publish
path: bin/Release/net7.0-windows/win-x64/app.publish
retention-days: 1

deploy_setup:
Expand Down

0 comments on commit 84a6ab7

Please sign in to comment.