Skip to content

Commit

Permalink
Switch to agent "Hosted Windows 2019 with VS2019"
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed Apr 17, 2019
1 parent 04a7598 commit c2debee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions DevOps-ApplyDTLArtifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
variables:
jobSharePointVersion: 2013
pool:
name: Hosted VS2017
vmImage: 'windows-2019'
steps:
- checkout: none #skip checking out the default repository resource
- task: automagically.DownloadFile.DownloadFile.DownloadFile@1
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
variables:
jobSharePointVersion: 2016
pool:
name: Hosted VS2017
vmImage: 'windows-2019'
steps:
- checkout: none #skip checking out the default repository resource
- task: automagically.DownloadFile.DownloadFile.DownloadFile@1
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
variables:
jobSharePointVersion: 2019
pool:
name: Hosted VS2017
vmImage: 'windows-2019'
steps:
- checkout: none #skip checking out the default repository resource
- task: automagically.DownloadFile.DownloadFile.DownloadFile@1
Expand Down
6 changes: 3 additions & 3 deletions DevOps-Compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
platform: $(BuildPlatform)
displayName: Compile
pool:
name: Hosted VS2017
vmImage: 'windows-2019'
demands:
- msbuild
- visualstudio
Expand All @@ -38,8 +38,8 @@ jobs:
$devTestLabsLocalPath = "$(Build.ArtifactStagingDirectory)\$(IntegrationTestsDataFolderName)"
# Create now folder that will contain later scripts to configure local test server
if ((Test-Path -Path $(ConfigureServerFolderName) -PathType Container) -eq $false) {
New-Item -ItemType Directory -Path $(ConfigureServerFolderName)
if ((Test-Path -Path "$(ConfigureServerFolderName)" -PathType Container) -eq $false) {
New-Item -ItemType Directory -Path "$(ConfigureServerFolderName)"
}
Write-Output ("Copy signing key from $(DownloadSecureFile.secureFilePath) to $projectLocalPath")
Expand Down
2 changes: 1 addition & 1 deletion DevOps-CreateDTLEnvironment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
displayName: Create test environment
timeoutInMinutes: 90
pool:
name: Hosted VS2017
vmImage: 'windows-2019'
steps:
- checkout: none #skip checking out the default repository resource
- task: ms-azuredevtestlabs.tasks.azure-dtl-task-createEnvironment.AzureDevTestLabsCreateEnvironment@1
Expand Down

0 comments on commit c2debee

Please sign in to comment.