Skip to content

Added azure-pipelines/build.yml #47

Added azure-pipelines/build.yml

Added azure-pipelines/build.yml #47

Workflow file for this run

name: Build Native
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
native-build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: nuget/[email protected]
- name: Restore
run: nuget restore src/BehaviorsSDKNative/BehaviorsSDKNative.sln
- uses: microsoft/[email protected]
- name: Build
run: msbuild src/BehaviorsSDKNative/BehaviorsSDKNative.sln /p:Configuration=Release