Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

Commit c334073

Browse files
committed
Adjusted pipelines to use proper solution
1 parent f05a2fe commit c334073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines-package-alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pool:
1414
vmImage: 'windows-latest'
1515

1616
variables:
17-
solution: '**/*.sln'
17+
solution: '**/Quarrel.App.sln'
1818
buildPlatform: 'x86|x64|arm|arm64'
1919
buildConfiguration: 'Alpha'
2020
appxPackageDir: '$(build.artifactStagingDirectory)\AppxPackages\\'

azure-pipelines-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pool:
2121
vmImage: 'windows-latest'
2222

2323
variables:
24-
solution: '**/*.sln'
24+
solution: '**/Quarrel.sln'
2525
buildPlatform: 'x64'
2626
buildConfiguration: 'Debug'
2727

0 commit comments

Comments
 (0)