Skip to content

Add support for setting replicateSubscriptionState for the subscrip… #1036

Add support for setting replicateSubscriptionState for the subscrip…

Add support for setting replicateSubscriptionState for the subscrip… #1036

name: .NET Core Windows
on: [pull_request, push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
include-prerelease: true
- name: Install dotnet tools locally
run: dotnet tool restore
- name: Paket Install
run: dotnet paket install
- name: Dotnet Restore
run: dotnet restore
- name: Dotnet Build Release
run: dotnet build -c Release --no-restore
- name: Run Unit Tests
run: |
cd tests/UnitTests
dotnet run -c Release --no-build