Skip to content

Commit

Permalink
Add RazorLight.Precompile.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
jzabroski authored Oct 14, 2022
1 parent 5fff13f commit 0ccc70d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/dotnet-pack-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,17 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'

- name: Publish RazorLight.Precompile
# https://github.com/brandedoutcast/publish-nuget/issues/58#issuecomment-986196000
# uses: brandedoutcast/[email protected]
uses: alirezanet/[email protected]

with:
PROJECT_FILE_PATH: src/RazorLight.Precompile/RazorLight.Precompile.csproj
VERSION_FILE_PATH: src/Directory.Build.props
INCLUDE_SYMBOLS: true
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

- name: Publish RazorLight
# https://github.com/brandedoutcast/publish-nuget/issues/58#issuecomment-986196000
Expand Down

0 comments on commit 0ccc70d

Please sign in to comment.