Skip to content

Added azure-pipelines/build.yml #51

Added azure-pipelines/build.yml

Added azure-pipelines/build.yml #51

Workflow file for this run

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