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 b2cec7f commit 5f4d32eCopy full SHA for 5f4d32e
.github/workflows/deploy-docs.yml
@@ -48,7 +48,7 @@ jobs:
48
}
49
50
- name: Building library
51
- run: dotnet build src -p:version=$VERSION
+ run: dotnet build -p:version=$VERSION
52
53
- name: Verfiy docs samples
54
run: dotnet test docs/samples
0 commit comments