Skip to content

Commit

Permalink
Update .vsts-ci.yml
Browse files Browse the repository at this point in the history
This breaks the signed build
  • Loading branch information
jmarolf authored Jul 3, 2019
1 parent 3295d12 commit a9d7cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resources:
- repo: self
clean: true
queue:
name: VSEng-MicroBuildVS2019
name: VSEng-MicroBuildVS2017
demands: Cmd
variables:
BuildConfiguration: Release
Expand Down Expand Up @@ -115,4 +115,4 @@ steps:
DropFolder: 'artifacts\$(BuildConfiguration)\bin\IntegrationTests'
DropName: Tests/$(System.TeamProject)/$(Build.Repository.Name)/$(Build.SourceBranchName)/$(Build.BuildNumber)/$(Build.BuildId)/IntegrationTests
displayName: Publish integration tests to VSTS drop
condition: succeeded()
condition: succeeded()

0 comments on commit a9d7cdb

Please sign in to comment.