We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88853fa commit 96abd76Copy full SHA for 96abd76
1 file changed
.github/workflows/publish-package.yml
@@ -43,7 +43,7 @@ jobs:
43
run: echo "PACKAGE_VERSION=$PACKAGE_MAJOR_VERSION.$PACKAGE_MINOR_VERSION.$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
44
45
- name: Generate Package
46
- run: dotnet pack ./src -c Release -o out -p:PackageVersion=${{env.PACKAGE_VERSION}} -p:RepositoryUrl=${{env.CURRENT_REPO_URL}}
+ run: dotnet pack -c Release -o out -p:PackageVersion=${{env.PACKAGE_VERSION}} -p:RepositoryUrl=${{env.CURRENT_REPO_URL}}
47
48
- name: Publish the package to nuget.org
49
run: dotnet nuget push ./out/*.nupkg --skip-duplicate --no-symbols true -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
0 commit comments