We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1fa099 commit ce9dbc2Copy full SHA for ce9dbc2
1 file changed
.github/workflows/publish.yml
@@ -43,12 +43,12 @@ jobs:
43
- name: Create packages
44
run: |
45
mkdir -p ./packages
46
- dotnet pack SharpAssert.Runtime/SharpAssert.Runtime.csproj \
+ dotnet pack src/SharpAssert.Runtime/SharpAssert.Runtime.csproj \
47
--configuration Release \
48
--no-build \
49
--output ./packages \
50
-p:PackageVersion=${{ steps.get_version.outputs.VERSION }}
51
- dotnet pack SharpAssert/SharpAssert.csproj \
+ dotnet pack src/SharpAssert/SharpAssert.csproj \
52
53
54
0 commit comments