Skip to content

Commit

Permalink
Update publish-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MadL1me authored May 19, 2024
1 parent 9518dbf commit f990ab1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
dotnet-version: 8.0.x

- name: Restore dependencies
run: dotnet restore src/template/Aspnext.Template/Aspnext.Template.csproj
run: dotnet restore src/template/Aspnext.Template.csproj

- name: Build the project
run: dotnet build src/template/Aspnext.Template/Aspnext.Template.csproj --no-restore --configuration Release
run: dotnet build src/template/Aspnext.Template.csproj --no-restore --configuration Release

- name: Pack the project
run: dotnet pack src/template/Aspnext.Template/Aspnext.Template.csproj --no-build --configuration Release --output ./nupkg
run: dotnet pack src/template/Aspnext.Template.csproj --no-build --configuration Release --output ./nupkg

- name: Publish to NuGet
env:
Expand Down

0 comments on commit f990ab1

Please sign in to comment.