Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintZet authored Jul 13, 2023
1 parent 4f2f27f commit f1a22bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: windows-latest # Выберите нужный вам образ операционной системы
runs-on: windows-latest

steps:
- name: Checkout Repository
Expand All @@ -17,4 +17,6 @@ jobs:
uses: microsoft/setup-msbuild@v1

- name: Build WPF Application
run: msbuild src/DayzMapsLoader.sln /p:Configuration=Release /p:Platform="Any CPU" /t:"src/DayzMapsLoader.Presentation.Wpf/DayzMapsLoader.Presentation.Wpf.csproj:Build"
run: |
cd src/DayzMapsLoader.Presentation.Wpf
msbuild /p:Configuration=Release /p:Platform="Any CPU"

0 comments on commit f1a22bc

Please sign in to comment.