Skip to content

Commit

Permalink
Fix as per PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PlagueHO committed Jan 9, 2020
1 parent 232e650 commit 57f9ad1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ stages:
condition: succeededOrFailed()

- job: Test_Unit
displayName: 'Unit'
pool:
vmImage: 'win1803'
timeoutInMinutes: 0
Expand Down Expand Up @@ -119,6 +120,7 @@ stages:
pathToSources: '$(Build.SourcesDirectory)/output/$(dscBuildVariable.RepositoryName)'

- job: Test_Integration
displayName: 'Integration'
pool:
vmImage: 'windows-2019'
timeoutInMinutes: 0
Expand Down Expand Up @@ -182,7 +184,7 @@ stages:

- task: PowerShell@2
name: publishRelease
displayName: 'Publish Prerelease'
displayName: 'Publish Release'
inputs:
filePath: './build.ps1'
arguments: '-tasks publish'
Expand Down

0 comments on commit 57f9ad1

Please sign in to comment.