Skip to content

Commit 364f905

Browse files
committed
removed sample from build
1 parent 1f6e9bc commit 364f905

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
3232
- name: Building and verifying library
3333
run: |
3434
dotnet build src -c Release
35-
dotnet test src -c Release /nowarn:CS1591
36-
dotnet build sample -c Release
37-
dotnet test sample -c Release
35+
dotnet test src -c Release /nowarn:CS1591
3836
- name: Creating library package
3937
run: dotnet pack src/ -c Release -o ${GITHUB_WORKSPACE}/lib -p:version=$VERSION /nowarn:CS1591
4038
- name: Buidling template package

0 commit comments

Comments
 (0)