Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rds1983 committed Sep 16, 2024
1 parent 62dc4e1 commit 6fd7aeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
with:
dotnet-version: '6.0.x'
- name: Build StbImageSharp
run: dotnet build src\StbImageSharp.csproj --configuration Release
run: dotnet build StbImageSharp.JustTests.sln --configuration Release
- name: Test
run: dotnet test StbImageSharp.JustTests.sln
- name: Install NuGet
uses: NuGet/setup-nuget@v1
- name: Publish StbImageSharp to NuGet
Expand Down

0 comments on commit 6fd7aeb

Please sign in to comment.