Skip to content

Commit

Permalink
Set up Msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Sep 19, 2023
1 parent c16f0be commit fb7e058
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/qa-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: "go.work"
- name: Set up MSBuild
uses: microsoft/[email protected]
- name: Set up the certfificate
shell: powershell
run: |
Expand Down
6 changes: 5 additions & 1 deletion tools/build/build-appx.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@ Push-Location "${PSScriptRoot}\..\.."

Update-Certificate

Start-VsDevShell
try {
msbuild.exe --version
} catch {
Start-VsDevShell
}

msbuild.exe `
.\msix\msix.sln `
Expand Down

0 comments on commit fb7e058

Please sign in to comment.