Skip to content

Change the NoiseTracker speed behaviour, to 0 is ignored. This will m… #482

Change the NoiseTracker speed behaviour, to 0 is ignored. This will m…

Change the NoiseTracker speed behaviour, to 0 is ignored. This will m… #482

Workflow file for this run

name: Build with Release configuration
on: push
jobs:
Build_Release:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: 'true'
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v2
- name: Setup NuGet
uses: nuget/setup-nuget@v2
- name: Install dependencies
run: nuget restore Source\NostalgicPlayer.sln
- name: Build
run: msbuild Source\NostalgicPlayer.sln -t:rebuild -property:configuration="Release" -property:Platform="Any CPU"
- name: Rename binary directory
run: move Source\Clients\NostalgicPlayer\bin\Release\net* NostalgicPlayer-dev-build-${{github.run_number}}
- name: Create artifacts
uses: actions/upload-artifact@v4
with:
name: NostalgicPlayer-dev-build-${{github.run_number}}
path: NostalgicPlayer-dev-build-*\