Skip to content

Commit

Permalink
workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Mar 26, 2024
1 parent a84279a commit 8f28783
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ jobs:
- name: Restore dependencies
run: dotnet restore
working-directory: ./

- name: Build
run: dotnet build --no-restore -c Release
working-directory: ./

- name: Test
run: dotnet test --no-build --verbosity normal
working-directory: ./
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:

- name: Restore dependencies
run: dotnet restore
working-directory: ./

- name: Build Release
run: dotnet build -c Release --no-restore
working-directory: ./

- name: Push to NuGet
run: dotnet nuget push "./Thirdweb/bin/Release/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
Expand Down

0 comments on commit 8f28783

Please sign in to comment.