Skip to content

Commit

Permalink
RELEASE: v4.2.3
Browse files Browse the repository at this point in the history
v4.2.3:

DOC: Replace www.51degrees.com  with 51degrees.com
BUILD: Update pipeline version number to 4.2.3

v4.2.2:

EXAMPLE/TEST: modify examples to take cloud endpoint as a parameter and update tests to get cloud endpoint from an environment variable.
FEAT: Treat all warnings as errors.
REF: Update reference to pipeline-dotnet v4.2.2
BUILD: Updated device data classes.
EXAMPLE: Modify examples to take a cloud endpoint as a parameter
  • Loading branch information
Piotr Grabalski committed Apr 18, 2021
2 parents 95023c1 + c8bb87c commit b50fd4e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,13 @@ jobs:
dir FiftyOne.DeviceDetection\linux
displayName: 'Move Linux Binaries'
- task: UseDotNet@2
displayName: "Configure dotnet 3.1"
inputs:
version: 3.1.x
performMultiLevelLookup: true
packageType: sdk

- task: VSBuild@1
displayName: 'Build solutions x64'
inputs:
Expand Down

0 comments on commit b50fd4e

Please sign in to comment.