Skip to content

Commit add3421

Browse files
authored
Update build.yml
1 parent e523dcb commit add3421

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-latest
12+
runs-on: windows-latest
1313

1414
steps:
1515
- uses: actions/checkout@master
@@ -20,6 +20,6 @@ jobs:
2020
- name: Install dependencies
2121
run: dotnet restore
2222
- name: Build
23-
run: dotnet build --configuration Release --no-restore
23+
run: dotnet build --source src/ENTCORE.Encrypt --configuration Release --no-restore
2424
- name: Test
25-
run: dotnet test --no-restore --verbosity normal
25+
run: dotnet test --source src/ENTCORE.Encrypt.Tests --no-restore --verbosity normal

0 commit comments

Comments
 (0)