Skip to content

Commit

Permalink
Using hosted agent agai
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKert committed Mar 22, 2019
1 parent 697e63b commit 2dc9a63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variables:
jobs:
- job: Build
pool:
name: UI-VS2017
vmImage: vs2017-win2016
steps:
- task: DotNetCoreCLI@2
inputs:
Expand Down Expand Up @@ -60,6 +60,7 @@ jobs:
- powershell: |
& "$env:userprofile/.nuget/packages/xunit.runner.console/2.4.1/tools/net472/xunit.console.x86.exe" (Get-Childitem -Filter "BuildVision.IntegrationTests.dll" -Recurse | Where-Object {$_.FullName -like "*\bin\$(BuildConfiguration)\*" }).FullName
displayName: Execute Integration Tests
enabled: false
- task: PublishBuildArtifacts@1
inputs:
Expand Down

0 comments on commit 2dc9a63

Please sign in to comment.