Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deadmann committed Apr 22, 2024
1 parent a97484d commit 866b450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
run: dotnet build -c Release AdvancedRestHandler/AdvancedRestHandler.csproj

build-arh-dotnet-framework:
runs-on: windows-2019
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version: '4.x' # or whichever version you need for .NET Framework
dotnet-version: '4.8' # or whichever version you need for .NET Framework
- run: echo '${{ steps.stepid.outputs.dotnet-version }}'

- name: Build .NET Standard DLL
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Setup .NET Framework
uses: actions/setup-dotnet@v1
with:
dotnet-version: '4.x' # or whichever version you need for .NET Framework
dotnet-version: '4.8' # or whichever version you need for .NET Framework
- run: echo '${{ steps.stepid.outputs.dotnet-version }}'

- name: Build .NET Framework Project
Expand Down

0 comments on commit 866b450

Please sign in to comment.