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 a9d65f6 commit 0af8b13Copy full SHA for 0af8b13
1 file changed
.github/workflows/main.yml
@@ -28,8 +28,10 @@ jobs:
28
dotnet-version: '3.1.100'
29
- name: Building and verifying library
30
run: |
31
- dotnet build -c Release /nowarn:CS1591
+ dotnet build -c Release
32
dotnet test -c Release /nowarn:CS1591
33
+ dotnet build sample -c Release
34
+ dotnet test sample -c Release
35
- name: Creating library package
36
run: dotnet pack src/ -c Release -o ${GITHUB_WORKSPACE} -p:version=$VERSION /nowarn:CS1591
37
- name: Buidling template package
0 commit comments