We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24023ac commit 4cfa46dCopy full SHA for 4cfa46d
1 file changed
.github/workflows/ci.yaml
@@ -79,7 +79,7 @@ jobs:
79
- name: pack
80
run: |
81
echo "[+] Packing NuGet package"
82
- dotnet pack --configuration Release -o build /p:Version=${{ needs.version.outputs.version }}
+ dotnet pack --configuration Release -o build -p:PublishDir=build /p:Version=${{ needs.version.outputs.version }} /p:FileVersion=${{ needs.version.outputs.version }} /p:AssemblyVersion=${{ needs.version.outputs.version }} /p:ProductVersion=${{ needs.version.outputs.version }}
83
84
- name: collect artifacts
85
shell: bash
0 commit comments