We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703a60a commit 1789750Copy full SHA for 1789750
1 file changed
.github/workflows/ci-build.yml
@@ -75,6 +75,6 @@ jobs:
75
arrTag=(${GITHUB_REF//\// })
76
VERSION="${arrTag[2]}"
77
VERSION="${VERSION//v}"
78
- dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=$VERSION -o nupkg src/$PROJECT_NAME/$PROJECT_NAME.*proj
+ dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=$VERSION -o nupkg src/$PROJECT_NAME/$PROJECT_NAME.csproj
79
- name: Push to Nuget
80
run: dotnet nuget push nuget/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_KEY}} --skip-duplicate
0 commit comments