We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9daa2a commit 886417eCopy full SHA for 886417e
1 file changed
.github/workflows/publish.yml
@@ -129,13 +129,14 @@ jobs:
129
--configuration Debug \
130
--no-build \
131
--output ./nupkg \
132
- --version "$VERSION"
+ /p:PackageVersion="$VERSION"
133
else
134
+ VERSION="${{ steps.set_version.outputs.version }}"
135
dotnet pack PSGraph.Common/PSGraph.Common.csproj \
136
--configuration Release \
137
138
- --version "${{ steps.set_version.outputs.version }}"
139
140
fi
141
142
- name: Publish PSGraph.Common to NuGet
0 commit comments