Skip to content

Commit 0af8b13

Browse files
authored
Update main.yml
1 parent a9d65f6 commit 0af8b13

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ jobs:
2828
dotnet-version: '3.1.100'
2929
- name: Building and verifying library
3030
run: |
31-
dotnet build -c Release /nowarn:CS1591
31+
dotnet build -c Release
3232
dotnet test -c Release /nowarn:CS1591
33+
dotnet build sample -c Release
34+
dotnet test sample -c Release
3335
- name: Creating library package
3436
run: dotnet pack src/ -c Release -o ${GITHUB_WORKSPACE} -p:version=$VERSION /nowarn:CS1591
3537
- name: Buidling template package

0 commit comments

Comments
 (0)