Skip to content

Commit

Permalink
chore: fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
minkostaev committed Apr 15, 2024
1 parent 6382466 commit 1c3507c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
dotnet-version: 8.0.x

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
#- name: Setup MSBuild.exe
# uses: microsoft/setup-msbuild@v2
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v2

- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit 1c3507c

Please sign in to comment.