Skip to content

dotnet 8 sdk

dotnet 8 sdk #100

Workflow file for this run

name: FSharp.Data.SqlClient 'Actions' CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.100
- name: Install SQL Server
# reference @ https://github.com/Particular/install-sql-server-action
uses: Particular/[email protected]
with:
connection-string-env-var: GITHUB_ACTION_SQL_SERVER_CONNECTION_STRING
catalog: AdventureWroks
extra-params: ""
- name: Build
env:
FSHARP_DATA_SQLCLIENT_USE_SQLLOCALDB_FOR_TESTS: 1
run: |
'"C:/Program Files/Microsoft SQL Server/130/Tools/Binn/SqlLocalDB.exe" info'
./build.cmd