Skip to content

Bump CoreWCF.NetTcp from 1.4.1 to 1.5.1 #141

Bump CoreWCF.NetTcp from 1.4.1 to 1.5.1

Bump CoreWCF.NetTcp from 1.4.1 to 1.5.1 #141

name: .NET Classic
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.3
- name: Add Nuget
uses: nuget/setup-nuget@v1
- name: Restore dependencies
run: nuget restore src/MsgPack.Wcf.sln
- name: Build Solution
run: msbuild.exe src/MsgPack.Wcf.sln /p:platform="Any CPU" /p:configuration="Release"