Skip to content

Commit 3e4deab

Browse files
committed
testing access to templates
1 parent f417ddc commit 3e4deab

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

azure-pipelines.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
1-
trigger:
2-
- master
3-
41
resources:
52
repositories:
63
- repository: r-azure-pipelines
74
type: github
85
name: r-lib/r-azure-pipelines
96
endpoint: r-lib
107

11-
parameters:
12-
R_LIBS_USER: '$(Agent.BuildDirectory)/R/library'
13-
CRAN: 'https://cloud.r-project.org'
14-
coverage: true
15-
env: {}
16-
8+
trigger:
9+
- master
10+
1711
jobs:
1812
- job: Windows
1913
timeoutInMinutes: 0
@@ -27,7 +21,13 @@ jobs:
2721
vmImage: 'windows-latest'
2822

2923
steps:
30-
- template: templates/r-setup-windows.yml
24+
- template: templates/r-setup-windows.yml@r-azure-pipelines
25+
parameters:
26+
R_LIBS_USER: '$(Agent.BuildDirectory)/R/library'
27+
CRAN: 'https://cloud.r-project.org'
28+
coverage: true
29+
env: {}
30+
3131
- checkout: self
3232
clean: true
3333
fetchDepth: 5

0 commit comments

Comments
 (0)