Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 5e11a8e

Browse files
committed
Move variables out of job
1 parent 62bf046 commit 5e11a8e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
pool:
77
vmImage: 'windows-latest'
88

9+
variables:
10+
githubvsSolution: 'GitHubVS.sln'
11+
essentialsSolution: 'src\GitHub.VisualStudio.16.sln'
12+
buildPlatform: 'Any CPU'
13+
buildConfiguration: 'Release'
14+
915
jobs:
1016
- job: build_and_test
1117
displayName: 'Build/test GitHub for VS and Essentials'
@@ -20,12 +26,6 @@ jobs:
2026
MatrixName: 'VSInstaller'
2127
IsProductComponent: true
2228

23-
variables:
24-
githubvsSolution: 'GitHubVS.sln'
25-
essentialsSolution: 'src\GitHub.VisualStudio.16.sln'
26-
buildPlatform: 'Any CPU'
27-
buildConfiguration: 'Release'
28-
2929
steps:
3030
- checkout: self
3131
submodules: true

0 commit comments

Comments
 (0)