Skip to content

Add dispose implementation to MPQStream so using statements work properly #39

Add dispose implementation to MPQStream so using statements work properly

Add dispose implementation to MPQStream so using statements work properly #39

Workflow file for this run

name: Pack NuGet Packages
on:
pull_request:
branches: ['master']
workflow_dispatch:
env:
DOTNET_VERSION: '8.0.x'
DOTNET_NOLOGO: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
jobs:
build-and-pack:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
- name: Build and pack in dependency order
run: |
chmod +x .github/scripts/build-and-pack-nuget.sh
.github/scripts/build-and-pack-nuget.sh