From 7c27fa7d4ecb4c86c99307717a044aebfd571e82 Mon Sep 17 00:00:00 2001 From: n-ogawa Date: Wed, 22 Nov 2023 22:34:37 +0900 Subject: [PATCH] test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 11367a4e..325f34e1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,4 +22,4 @@ jobs: - uses: ./ with: solutionPath: TestSolution/TestSolution.sln - properties: '""Platform=Mixed Platforms;Configuration=Debug""' + properties: '""Platform="Mixed Platforms";Configuration=Debug""'