Skip to content

Use long for counter in OtpUri (#61) #10

Use long for counter in OtpUri (#61)

Use long for counter in OtpUri (#61) #10

Workflow file for this run

name: .NET Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Upload package
uses: actions/upload-artifact@v4
with:
name: otpnet-nuget-package
path: src/Otp.NET/bin/Debug/*.nupkg