Skip to content

Commit

Permalink
Update CD / CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nh43de committed May 3, 2023
1 parent 00ed04e commit 8646e0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
Solution_Path: DataToolChain.sln
Wpf_Project_Path: DataToolChain.Ui\DataToolChain.Ui.csproj
Output_Directory: DataToolChain.Ui\bin\Debug\netcoreapp3.1
Output_Directory: DataToolChain.Ui\bin\Debug\net7.0-windows
Wpf_Binary_Archive: DataToolChain.zip

steps:
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x'
dotnet-version: '7.0.x'

# Build
- name: Build application
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x'
dotnet-version: '7.0.x'

# Test
#- name: Execute Unit Tests
Expand Down

0 comments on commit 8646e0c

Please sign in to comment.