Skip to content

Commit 6fd7aeb

Browse files
committed
More fixes
1 parent 62dc4e1 commit 6fd7aeb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-and-publish-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
with:
1717
dotnet-version: '6.0.x'
1818
- name: Build StbImageSharp
19-
run: dotnet build src\StbImageSharp.csproj --configuration Release
19+
run: dotnet build StbImageSharp.JustTests.sln --configuration Release
20+
- name: Test
21+
run: dotnet test StbImageSharp.JustTests.sln
2022
- name: Install NuGet
2123
uses: NuGet/setup-nuget@v1
2224
- name: Publish StbImageSharp to NuGet

0 commit comments

Comments
 (0)