Skip to content

Commit 0ea10c5

Browse files
committed
Fix more paths
1 parent 708a8e3 commit 0ea10c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.vsts-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
pool:
99
vmImage: windows-latest
1010
steps:
11-
- template: Build/steps.yml
11+
- template: eng/steps.yml
1212
parameters:
1313
os: 'Windows'
1414

@@ -20,7 +20,7 @@ jobs:
2020
pool:
2121
vmImage: ubuntu-latest
2222
steps:
23-
- template: Build/steps.yml
23+
- template: eng/steps.yml
2424
parameters:
2525
os: 'Linux'
2626

@@ -32,6 +32,6 @@ jobs:
3232
pool:
3333
vmImage: macOS-latest
3434
steps:
35-
- template: Build/steps.yml
35+
- template: eng/steps.yml
3636
parameters:
3737
os: 'macOS'

docs/feature-symbols.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Feature Symbols
22

3-
Feature Symbols (named FEATURE_{feature name}, all caps) are compilation symbols defined for features whose availability vary across platforms that IronPython supports. The symbols are defined in Build/{framework}.props file, which get included by all .csproj files that contribute to IronPython.
3+
Feature Symbols (named FEATURE_{feature name}, all caps) are compilation symbols defined for features whose availability vary across platforms that IronPython supports. The symbols are defined in eng/{framework}.props file, which get included by all .csproj files that contribute to IronPython.
44

55
**The following list needs a major update**
66

0 commit comments

Comments
 (0)