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 bfe6b93 commit 01c97bcCopy full SHA for 01c97bc
.github/workflows/directnet-nuget-publish.yaml
@@ -15,7 +15,7 @@ env:
15
16
jobs:
17
build:
18
- runs-on: ubuntu-latest
+ runs-on: windows-2019
19
steps:
20
- uses: actions/checkout@v2
21
.github/workflows/dotnet.yml
@@ -3,8 +3,12 @@ name: .NET
3
on:
4
push:
5
branches: [ main ]
6
+ paths-exclude:
7
+ - .github/workflows/directnet-nuget-publish.yaml
8
pull_request:
9
10
11
12
13
14
@@ -19,7 +23,9 @@ jobs:
23
dotnet-version: 6.0.x
24
- name: Restore dependencies
25
run: dotnet restore
26
+
22
27
- name: Build
28
run: dotnet build --no-restore
29
30
- name: Test
31
run: dotnet test --no-build --verbosity normal
0 commit comments