Skip to content

Commit

Permalink
Build: prepare for Packaging project
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 authored Aug 16, 2022
1 parent ebc1205 commit 314c428
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ jobs:
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1
- name: Build
run: dotnet build ./src/DotNetPad/DotNetPad.sln -c Release
run: msbuild ./src/DotNetPad/DotNetPad.sln /restore /p:Configuration=Release /p:GenerateAppxPackageOnBuild=false

0 comments on commit 314c428

Please sign in to comment.