We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89537f4 commit f1fa099Copy full SHA for f1fa099
1 file changed
.github/workflows/publish.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Create packages
44
run: |
45
mkdir -p ./packages
46
- dotnet pack SharpAssert.Runtime/SharpAssert.csproj \
+ dotnet pack SharpAssert.Runtime/SharpAssert.Runtime.csproj \
47
--configuration Release \
48
--no-build \
49
--output ./packages \
0 commit comments