Visual Studio 2022를 사용한 GiitHub Actions 구축

Visual Studio 2022를 사용한 GiitHub Actions 구축


메서드

runs-on에서 지정windows-2022
jobs:
  jobName:
    runs-on: windows-2022

정보 출처


https://github.com/actions/virtual-environments/issues/3138#issuecomment-903784711
https://github.com/actions/virtual-environments/issues/3949

실제로 시도해 본 것


https://github.com/m-tmatma/SendARP/blob/fbde00331e345bbe91236357788593bdb3bd5314/.github/workflows/msbuild.yml#L14-L16

좋은 웹페이지 즐겨찾기