Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
umairsyed613 authored Apr 28, 2021
1 parent ca4ee7d commit 2d81605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Nuget.exe
uses: warrenbuckley/Setup-Nuget@v1
uses: NuGet/setup-nuget@v1.0.5
- name: Restore packages
run: nuget restore src/Serilog.Sinks.WPF/Serilog.Sinks.WPF.sln
- name: Setup MSBuild.exe
uses: warrenbuckley/Setup-MSBuild@v1
uses: microsoft/setup-msbuild@v1
- name: Build with MSBuild
run: msbuild src/Serilog.Sinks.WPF/Serilog.Sinks.WPF.sln -p:Configuration=Release

0 comments on commit 2d81605

Please # to comment.