Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mass10 committed Jun 1, 2024
1 parent 45f85ca commit 4466f73
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down

0 comments on commit 4466f73

Please sign in to comment.