Skip to content

Updated build-docs to not use a hardcoded URL #10

Updated build-docs to not use a hardcoded URL

Updated build-docs to not use a hardcoded URL #10

Workflow file for this run

name: CI Build
on:
push:
branches:
- 'master'
jobs:
build:
runs-on: windows-latest
steps:
- name: Check Out
uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
- name: Build with PowerShell
shell: pwsh
run: .\Build-All.ps1 -Configuration Release -ForceClean -BuildMode Source