-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (27 loc) · 734 Bytes
/
build.yml
File metadata and controls
34 lines (27 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: Prakrishta.GraphqlHttpClient Build
on:
push:
branches: [ "master" ]
paths-ignore:
- 'README.md'
- '**/*.md'
pull_request:
branches: [ "master" ]
permissions:
contents: write
pages: write
id-token: write
jobs:
build-and-publish-coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Restore dependencies
run: dotnet restore PraKrish.GraphqlClient/Prakrishtha.GraphqlClient.sln
- name: Build
run: dotnet build PraKrish.GraphqlClient/GraphqlClient/GraphqlClient.csproj --configuration Release --no-restore