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 e523dcb commit add3421Copy full SHA for add3421
.github/workflows/build.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
build:
11
12
- runs-on: ubuntu-latest
+ runs-on: windows-latest
13
14
steps:
15
- uses: actions/checkout@master
@@ -20,6 +20,6 @@ jobs:
20
- name: Install dependencies
21
run: dotnet restore
22
- name: Build
23
- run: dotnet build --configuration Release --no-restore
+ run: dotnet build --source src/ENTCORE.Encrypt --configuration Release --no-restore
24
- name: Test
25
- run: dotnet test --no-restore --verbosity normal
+ run: dotnet test --source src/ENTCORE.Encrypt.Tests --no-restore --verbosity normal
0 commit comments