We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b2c4b commit 6eae48bCopy full SHA for 6eae48b
1 file changed
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
dotnet-version: 10.0.x
50
- name: Pack
51
run: |
52
- dotnet pack -v normal -c Debug --include-symbols --include-source -p:PackageVersion=5.0.0-pre-$GITHUB_RUN_ID -o nupkg
+ dotnet pack -v normal -c Debug --include-symbols --include-source -p:PackageVersion=6.1.0-pre-$GITHUB_RUN_ID -o nupkg
53
- name: Push to GitHub Feed
54
55
for f in ./nupkg/*.nupkg
0 commit comments