Skip to content

Add EmptyProject and SimpleSample for DXUT11.1 #16

Add EmptyProject and SimpleSample for DXUT11.1

Add EmptyProject and SimpleSample for DXUT11.1 #16

Workflow file for this run

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
name: MSBuild
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
paths-ignore:
- '*.md'
- LICENSE
permissions:
contents: read
jobs:
build:
runs-on: windows-2019
strategy:
fail-fast: false
matrix:
build_type: [Debug, Release]
platform: [Win32, x64]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2.0.0
- name: Build
working-directory: ${{ github.workspace }}
run: msbuild /m /p:Configuration=${{ matrix.build_type }} /p:Platform=${{ matrix.platform }} ./BuildAllSolutions.targets