From 680a70e7c0578d83114edf7b9a66db814bd49344 Mon Sep 17 00:00:00 2001 From: Mark Timmings Date: Mon, 13 Dec 2021 22:51:15 +0000 Subject: [PATCH] Change to actions as wrong project type listed --- .github/workflows/dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 0eebca3..205c275 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -24,7 +24,7 @@ jobs: - name: Build run: dotnet build --configuration Release --no-restore - name: Test - run: dotnet test PutridParrot.Units.Tests/PutridParrot.Units.Tests.fsproj --no-restore --verbosity normal + run: dotnet test PutridParrot.Units.Tests/PutridParrot.Units.Tests.csproj --no-restore --verbosity normal - name: Create Package run: dotnet pack --configuration Release - name: Create Artifacts