diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d4a813b..0cd3049 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,3 @@ -trigger: -- master - resources: repositories: - repository: r-azure-pipelines @@ -8,12 +5,9 @@ resources: name: r-lib/r-azure-pipelines endpoint: r-lib -parameters: - R_LIBS_USER: '$(Agent.BuildDirectory)/R/library' - CRAN: 'https://cloud.r-project.org' - coverage: true - env: {} - +trigger: +- master + jobs: - job: Windows timeoutInMinutes: 0 @@ -27,7 +21,13 @@ jobs: vmImage: 'windows-latest' steps: - - template: templates/r-setup-windows.yml + - template: templates/r-setup-windows.yml@r-azure-pipelines + parameters: + R_LIBS_USER: '$(Agent.BuildDirectory)/R/library' + CRAN: 'https://cloud.r-project.org' + coverage: true + env: {} + - checkout: self clean: true fetchDepth: 5