Skip to content

Bump System.Drawing.Common from 9.0.0 to 9.0.1 in /Source #488

Bump System.Drawing.Common from 9.0.0 to 9.0.1 in /Source

Bump System.Drawing.Common from 9.0.0 to 9.0.1 in /Source #488

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-*\