Skip to content

Commit 01c97bc

Browse files
committed
change agent
1 parent bfe6b93 commit 01c97bc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/directnet-nuget-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
jobs:
1717
build:
18-
runs-on: ubuntu-latest
18+
runs-on: windows-2019
1919
steps:
2020
- uses: actions/checkout@v2
2121

.github/workflows/dotnet.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ name: .NET
33
on:
44
push:
55
branches: [ main ]
6+
paths-exclude:
7+
- .github/workflows/directnet-nuget-publish.yaml
68
pull_request:
79
branches: [ main ]
10+
paths-exclude:
11+
- .github/workflows/directnet-nuget-publish.yaml
812

913
jobs:
1014
build:
@@ -19,7 +23,9 @@ jobs:
1923
dotnet-version: 6.0.x
2024
- name: Restore dependencies
2125
run: dotnet restore
26+
2227
- name: Build
2328
run: dotnet build --no-restore
29+
2430
- name: Test
2531
run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)