Skip to content

Commit

Permalink
Actually update yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
osumoogle committed Jun 25, 2024
1 parent b1acc08 commit ed5ec69
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
with:
dotnet-version: '3.0.x'
- name: Restore dependencies
run: dotnet restore src/FluffySpoon.AspNet.EncryptWeMust.sln
run: dotnet restore src/PingmanTools.AspNet.EncryptWeMust.sln
- name: Build
run: dotnet build --no-restore src/FluffySpoon.AspNet.EncryptWeMust.sln --configuration release
run: dotnet build --no-restore src/PingmanTools.AspNet.EncryptWeMust.sln --configuration release
# - uses: actions/setup-dotnet@v4
# with:
# dotnet-version: 3.1.x
# - name: Publish the package to nuget.org
# env:
# NUGET_AUTH_TOKEN: ${{ secrets.NUGET_TOKEN }}
# run: dotnet nuget push */bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json

0 comments on commit ed5ec69

Please sign in to comment.