Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions build/azure-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:

steps:

- task: UseDotNet@2
displauName: Install .NET 6
inputs:
version: 6.0.x

# There is a legacy project in the solution that dotnet won't build, so restoring and building individual projects
- script: dotnet restore ./Google.Authenticator/Google.Authenticator.csproj
displayName: dotnet restore package
Expand Down