Skip to content

Update packages.config #7

Update packages.config

Update packages.config #7

Workflow file for this run

name: Build and Test
on:
push:
pull_request:
jobs:
build-and-test:
runs-on: windows-latest
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@2008f912f56e61277eefaac6d1888b750582aa16
- name: build and test
run: ./build-and-test.cmd