Skip to content

Commit

Permalink
Update azure-pipelines-photino.blazor-prod.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeYeager committed Feb 3, 2023
1 parent 077bcdd commit 300929c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines-photino.blazor-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ trigger:

variables:
major: 2
minor: 4
minor: 5
patch: $[counter(variables['minor'], 0)] #this will reset when we bump minor
buildConfiguration: 'Release'

Expand All @@ -21,7 +21,7 @@ jobs:
displayName: 'Use .NET Core sdk'
inputs:
packageType: sdk
version: "6.0.x"
version: "7.0.x"
installationPath: $(Agent.ToolsDirectory)/dotnet

#Build .JS project - create desktop.blazor.js file used in Photino.Bloazor project
Expand Down

0 comments on commit 300929c

Please sign in to comment.