Skip to content

Commit

Permalink
nuget publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-zhur committed Jun 25, 2024
1 parent 903af98 commit 0da7007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
dotnet-version: 8.0.x

- name: Pack
run: dotnet pack OneShelf.Common/OneShelf.Common/OneShelf.Common.csproj --include-source -p:PackageVersion=1.1.${{ github.run_number }} -p:VersionSuffix=prerelease -p:EmbedUntrackedSources=True --configuration Release --output nuget -p:Authors="Pavel Zhur" -p:Description="DO NOT USE. It is a prerelease package of the HarmonyDB / OneShelf." -p:ContinuousIntegrationBuild=True
run: dotnet pack --include-source -p:PackageVersion=1.1.${{ github.run_number }}-prerelease -p:EmbedUntrackedSources=True --configuration Release --output nuget -p:Authors="Pavel Zhur" -p:Description="DO NOT USE. It is a prerelease package of the HarmonyDB / OneShelf." -p:ContinuousIntegrationBuild=True

- name: Add nuget source
run: dotnet nuget add source --username pavel-zhur --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/pavel-zhur/index.json"
Expand Down

0 comments on commit 0da7007

Please sign in to comment.