Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Toxblh authored Jan 17, 2023
1 parent 2dc0e00 commit ea4017c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:

- name: Add msbuild to PATH
uses: microsoft/[email protected]

- name: Setup NuGet
uses: NuGet/[email protected]

- name: Restore NuGet packages
run: nuget restore

- name: Build app for release
run: msbuild WinToLinux.csproj -verbosity:diag -property:Configuration=Release
run: msbuild WinToLinux.sln -p:Configuration=Release

0 comments on commit ea4017c

Please sign in to comment.