Skip to content

OSOE-928: Check if moving the .NET SDK install dir to the D drive on Windows makes the builds faster in Lombiq.GitHub.Actions #2354

OSOE-928: Check if moving the .NET SDK install dir to the D drive on Windows makes the builds faster in Lombiq.GitHub.Actions

OSOE-928: Check if moving the .NET SDK install dir to the D drive on Windows makes the builds faster in Lombiq.GitHub.Actions #2354

name: Build and Test Windows
# Windows builds are only run on-demand, to be run once before merging a PR, and for pushes to dev. This is because
# Windows builds are much slower and more expensive than Ubuntu ones, and them catching issues that aren't surfaced
# under Ubuntu is rare (but does happen). So, not running them for every push of every PR.
on:
pull_request:
jobs:
dump-github-context-8-core:
runs-on: windows-2022-8core
steps:
- env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
shell: pwsh
run: Write-Output $Env:GITHUB_CONTEXT
dump-github-context-standard:

Check failure on line 18 in .github/workflows/build-and-test-windows.yml

View workflow run for this annotation

GitHub Actions / Build and Test Windows

Invalid workflow file

The workflow is not valid. .github/workflows/build-and-test-windows.yml (Line: 18, Col: 1): Unexpected value 'dump-github-context-standard'
runs-on: windows-2022
steps:
- env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
shell: pwsh
run: Write-Output $Env:GITHUB_CONTEXT