Skip to content

Commit

Permalink
Update azure-pipelines-photino.native-prod.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
Bumped Minor version.
  • Loading branch information
MikeYeager committed Aug 15, 2024
1 parent d946a11 commit dc9e6f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines-photino.native-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ trigger:

variables:
major: 3
minor: 0
minor: 1
patch: $[counter(variables['minor'], 0)] #this will reset when we bump minor
buildConfiguration: "Release"

Expand Down Expand Up @@ -56,13 +56,13 @@ jobs:
- task: NuGetCommand@2
displayName: 'NuGet package restore for Windows (ARM64)'
inputs:
cmmand: 'restore'
command: 'restore'
restoreSolution: 'Photino.Native.sln'
feedsToUse: 'select'

- task: VSBuild@1
displayName: 'Build Windows (ARM64) native assets'
input:
inputs:
solution: './Photino.Native/Photino.Native.vcxproj'
platform: 'ARM64'
msbuildArchitecture: 'ARM64'
Expand Down

0 comments on commit dc9e6f3

Please sign in to comment.