Skip to content

Merge pull request #198 from christianhelle/dependabot/nuget/xunit-2.5.3 #585

Merge pull request #198 from christianhelle/dependabot/nuget/xunit-2.5.3

Merge pull request #198 from christianhelle/dependabot/nuget/xunit-2.5.3 #585

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
paths-ignore:
- '**/*'
- '!.github/workflows/build.yml'
- '!src/**/*.csproj'
- '!src/**/*.cs'
branches:
- '*'
pull_request:
paths-ignore:
- '**/*'
- '!.github/workflows/build.yml'
- '!src/**/*.csproj'
- '!src/**/*.cs'
branches:
- '*'
env:
VERSION: 0.8.2.${{ github.run_number }}
jobs:
build:
name: 👌 Verify build
runs-on: ubuntu-latest
steps:
- name: 🛒 Checkout repository
uses: actions/checkout@v3
- name: 🛠️ Build
run: dotnet build -c Release src/Refitter.sln -p:UseSourceLink=true -p:PackageVersion="${{ env.VERSION }}" -p:Version="${{ env.VERSION }}"
- name: 🧪 Test
run: dotnet test src/Refitter.sln -c Release
- name: 🗳️ Upload
uses: actions/upload-artifact@v3
with:
name: Packages
path: |
**/*.nupkg
README.md
- name: 🛠️ Build Docs
run: |
dotnet tool update -g docfx
docfx docs/docfx_project/docfx.json