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 1f6e9bc commit 364f905Copy full SHA for 364f905
1 file changed
.github/workflows/CI.yml
@@ -32,9 +32,7 @@ jobs:
32
- name: Building and verifying library
33
run: |
34
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
+ dotnet test src -c Release /nowarn:CS1591
38
- name: Creating library package
39
run: dotnet pack src/ -c Release -o ${GITHUB_WORKSPACE}/lib -p:version=$VERSION /nowarn:CS1591
40
- name: Buidling template package
0 commit comments