File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- trigger :
2- - master
3-
41resources :
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+
1711jobs :
1812 - job : Windows
1913 timeoutInMinutes : 0
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
You can’t perform that action at this time.
0 commit comments