Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
k-wojcik committed Mar 20, 2024
1 parent 5c8867a commit aadebd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
with:
dotnet-version: 8.0.x
- name: pack
run: dotnet pack --configuration Release -o ./dist/nupkg -p:Version=${VERSION}
run: |
dotnet pack ./src/DocFxToTemplate/DocFxToTemplate.csproj --configuration Release -o ./dist/nupkg -p:Version=${VERSION}
dotnet pack ./src/DocFxToTemplate.Tool/DocFxToTemplate.Tool.csproj --configuration Release -o ./dist/nupkg -p:Version=${VERSION}
#- name: push
#run: dotnet nuget push ./dist/nupkg/*.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json
- name: Archive NuGet packages
Expand Down

0 comments on commit aadebd8

Please sign in to comment.