From 4466f738b539c8f6cc26ef26e04bd8785c8548db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Masaru=20Irisawa=20=E5=85=A5=E6=BE=A4=20=E8=B3=A2?= Date: Sat, 1 Jun 2024 14:43:51 +0900 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 0911ec5..f3c5f51 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -16,8 +16,7 @@ jobs: if: false runs-on: windows-latest # For a list of available runner types, refer to - # https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on - + # https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on # このジョブに write permission を与えています。 permissions: @@ -29,19 +28,19 @@ jobs: with: fetch-depth: 1 - # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild + # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild - name: Setup MSBuild.exe uses: microsoft/setup-msbuild@v1.0.2 - # Execute all unit tests in the solution + # Execute all unit tests in the solution - name: Execute unit tests run: dotnet test - # Restore the application to populate the obj folder with RuntimeIdentifiers + # Restore the application to populate the obj folder with RuntimeIdentifiers - name: Restore the application run: msbuild /t:Restore /p:Configuration=Release - # Create the app package by building and packaging the Windows Application Packaging project + # Create the app package by building and packaging the Windows Application Packaging project - name: Create the app package run: msbuild /p:Configuration=Release