We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f417ddc commit 3e4deabCopy full SHA for 3e4deab
1 file changed
azure-pipelines.yml
@@ -1,19 +1,13 @@
1
-trigger:
2
-- master
3
-
4
resources:
5
repositories:
6
- repository: r-azure-pipelines
7
type: github
8
name: r-lib/r-azure-pipelines
9
endpoint: r-lib
10
11
-parameters:
12
- R_LIBS_USER: '$(Agent.BuildDirectory)/R/library'
13
- CRAN: 'https://cloud.r-project.org'
14
- coverage: true
15
- env: {}
16
+trigger:
+- master
+
17
jobs:
18
- job: Windows
19
timeoutInMinutes: 0
@@ -27,7 +21,13 @@ jobs:
27
21
vmImage: 'windows-latest'
28
22
29
23
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'
+ CRAN: 'https://cloud.r-project.org'
+ coverage: true
+ env: {}
31
- checkout: self
32
clean: true
33
fetchDepth: 5
0 commit comments