SimpleMessagingService

Log | Files | Refs | README

commit c74c82c2d53d7fc3145a8979eb2e8c396e3a1162
parent 2df004837a66dd989997cffba9e2da8449cd9e55
Author: William Lindholm <85635561+LindholmLabs@users.noreply.github.com>
Date:   Sun, 14 Jul 2024 02:49:09 +0200

Merge pull request #1 from LindholmLabs/LindholmLabs-patch-1

Fix dotnet build pipeline
Diffstat:
M.github/workflows/dotnet.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: windows-latest steps: - uses: actions/checkout@v4