Skip to content

Commit

Permalink
fix(Project Reference): Fixed semantic core nuget project reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
frostaura committed Jan 6, 2024
1 parent d35d4ae commit 3c76c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
- name: Pack Security.OAuth
run: dotnet pack src/Security.OAuth/Security.OAuth.csproj /p:NuspecFile=./FrostAura.Libraries.Security.OAuth.nuspec --version-suffix "${{ github.run_id }}" -o "$OUT_DIR" -c Release --include-symbols -p:SymbolPackageFormat=snupkg
- name: Pack Semantic.Core
run: dotnet pack src/Semantic.Core/FrostAura.Libraries.Intelligence.Semantic.Core.csproj /p:NuspecFile=./FrostAura.Libraries.Intelligence.Semantic.Core.nuspec --version-suffix "${{ github.run_id }}" -o "$OUT_DIR" -c Release --include-symbols -p:SymbolPackageFormat=snupkg
run: dotnet pack src/Semantic.Core/Semantic.Core.csproj /p:NuspecFile=./FrostAura.Libraries.Intelligence.Semantic.Core.nuspec --version-suffix "${{ github.run_id }}" -o "$OUT_DIR" -c Release --include-symbols -p:SymbolPackageFormat=snupkg
- name: Publish NuGet Packages
run: dotnet nuget push "$OUT_DIR/*.nupkg" -k "${{ secrets.NUGET_API_KEY }}" -s "https://api.nuget.org/v3/index.json" --skip-duplicate

0 comments on commit 3c76c4c

Please sign in to comment.