Skip to content

Update to SDK version 15.7.41 #492

Update to SDK version 15.7.41

Update to SDK version 15.7.41 #492

name: Media Blocks SDK .Net 6
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
env:
Solution_Name: "Media Blocks SDK/VisioForge.MediaBlocks.Demos.CS net6.sln"
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
6.0.x
- name: Add msbuild to PATH
uses: microsoft/[email protected]
with:
vs-prerelease: true
- name: Restore dependencies
run: dotnet restore $env:Solution_Name
- name: Build app for release
run: msbuild $env:Solution_Name -t:rebuild -verbosity:diag -property:Configuration=Release
# - name: Build
# run: dotnet build --no-restore _SOURCE\VisioForge.MediaFramework.Solution.sln
# - name: Test
# run: dotnet test --no-build --verbosity normal