Skip to content

Commit 9d742a3

Browse files
committed
Move env var in pipeline
1 parent cc3d74f commit 9d742a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ stages:
7272
- stage:
7373
displayName: Test Linux (.NET 8)
7474
dependsOn: []
75-
variables:
76-
RoslynSkipTestFileBasedPrograms: 'true'
7775
jobs:
7876
- template: azure-pipelines/test-matrix.yml
77+
variables:
78+
RoslynSkipTestFileBasedPrograms: 'true'
7979
parameters:
8080
os: linux
8181
# Prefer the dotnet from the container.
@@ -90,10 +90,10 @@ stages:
9090
- stage:
9191
displayName: Test Linux (.NET 9)
9292
dependsOn: []
93-
variables:
94-
RoslynSkipTestFileBasedPrograms: 'true'
9593
jobs:
9694
- template: azure-pipelines/test-matrix.yml
95+
variables:
96+
RoslynSkipTestFileBasedPrograms: 'true'
9797
parameters:
9898
os: linux
9999
# Prefer the dotnet from the container.

0 commit comments

Comments
 (0)