Skip to content

Locator tests pass, but unsustainably #917

Locator tests pass, but unsustainably

Locator tests pass, but unsustainably #917

Workflow file for this run

name: Build
on:
push:
pull_request:
env:
DOTNET_CLI_TELEMETRY_OPTOUT: "1"
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "true"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup .Net
uses: actions/setup-dotnet@v5
with:
global-json-file: "./global.json"
- run: ./fake --target CI
env:
NUGET_TOKEN: ${{secrets.NUGET_RELEASE_KEY}}