We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62dc4e1 commit 6fd7aebCopy full SHA for 6fd7aeb
1 file changed
.github/workflows/build-and-publish-release.yml
@@ -16,7 +16,9 @@ jobs:
16
with:
17
dotnet-version: '6.0.x'
18
- name: Build StbImageSharp
19
- run: dotnet build src\StbImageSharp.csproj --configuration Release
+ run: dotnet build StbImageSharp.JustTests.sln --configuration Release
20
+ - name: Test
21
+ run: dotnet test StbImageSharp.JustTests.sln
22
- name: Install NuGet
23
uses: NuGet/setup-nuget@v1
24
- name: Publish StbImageSharp to NuGet
0 commit comments