Skip to content

Convert public/Azure.AAD.fs to GitHub Actions #2

Convert public/Azure.AAD.fs to GitHub Actions

Convert public/Azure.AAD.fs to GitHub Actions #2

Workflow file for this run

name: public/Azure.AAD.fs
on:
push:
branches:
- master
- "*"
pull_request:
branches:
- master
env:
BUILD_NUMBER: "$[counter('buildCounter',1)]"
NUGET_REPO_URL: https://api.nuget.org/v3/index.json
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4.1.0
- uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 8.0.100
- name: Restore tools
run: dotnet tool restore
- name: Build and publish
env:
NUGET_REPO_KEY: "${{ secrets.NUGET_REPO_KEY }}"
run: dotnet fsi