Skip to content

Commit

Permalink
fix: fix canary merge by using variables yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlh98 committed Nov 17, 2023
1 parent f69a3e4 commit cf03f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/canary-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pool:
vmImage: $(windowsHostedAgentImage)

variables:
SolutionFileName: ApplicationTemplate.sln
- template: variables.yml

steps:
- checkout: self
Expand All @@ -31,7 +31,7 @@ steps:
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
inputs:
solution: '$(Build.SourcesDirectory)/src/$(SolutionFileName)'
solution: '$(Build.SourcesDirectory)/src/$(SolutionName).sln'
usePrivateFeed: false
useNuGetOrg: true
mergeBranch: true
Expand Down

0 comments on commit cf03f19

Please sign in to comment.