We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0710288 commit 5b41abbCopy full SHA for 5b41abb
.github/workflows/dotnetcore.yml
@@ -5,17 +5,17 @@ on: [push, pull_request]
5
jobs:
6
build:
7
8
- runs-on: windows-2019
+ runs-on: windows-2025
9
10
steps:
11
- uses: actions/checkout@v1
12
- name: Setup .NET Core
13
uses: actions/setup-dotnet@v1
14
with:
15
- dotnet-version: '3.1.x'
+ dotnet-version: '9.0.x'
16
- name: Build with dotnet
17
working-directory: src/netstandard/
18
run: dotnet build --configuration Release
19
- name: Test with dotnet
20
21
- run: dotnet test --configuration Release
+ run: dotnet test --configuration Release
0 commit comments