Skip to content

Update toolset version #40

Update toolset version

Update toolset version #40

Workflow file for this run

name: Build
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: windows-latest
steps:
- name: checkout project
uses: actions/checkout@v2
- name: setup msbuild
uses: microsoft/setup-msbuild@v1
- name: setup nuget
uses: NuGet/setup-nuget@v1.0.2
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
- name: setup cppwinrt
run: nuget restore test.sln
- name: build x86
run: msbuild /m /p:Configuration=Release,Platform=x86 test.sln
- name: build x64
run: msbuild /m /p:Configuration=Release,Platform=x64 test.sln
- name: nuget pack
run: nuget.exe pack TestComponent/TestComponent.nuspec -OutputFileNamesWithoutVersion