Skip to content

Commit

Permalink
vs
Browse files Browse the repository at this point in the history
  • Loading branch information
riverar committed Jan 18, 2024
1 parent 10245b6 commit b87e708
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ jobs:
with:
dotnet-version: '8.x'

- name: Setup Visual Studio
run: |
$vsInstallationPath = & "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" -latest -property installationPath
& "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vs_installer.exe" modify --installPath "$vsInstallationPath" --add `
Microsoft.NetCore.Component.Runtime.8.0 `
Microsoft.NetCore.Component.SDK `
Microsoft.VisualStudio.Component.VC.Tools.ARM64 `
Microsoft.VisualStudio.Component.VC.Tools.x86.x64 `
Microsoft.VisualStudio.Component.Windows11SDK.22000
- name: Build metadata
run: dotnet build .metadata

Expand Down

0 comments on commit b87e708

Please sign in to comment.