Skip to content

Commit

Permalink
Update Arbus.Network.NuGet.yaml for Azure Pipelines (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyvalavin authored Oct 13, 2022
1 parent 7601e5a commit 1c58db8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .azuredevops/Arbus.Network.NuGet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ variables:
nugetFeed: 'NuGet.org'
buildConfiguration: 'Release'

pool:
vmImage: 'Windows-latest'

stages:
- stage: tests
displayName: Tests
pool:
vmImage: 'Windows-latest'
jobs:
- job: test_job
displayName: Tests
Expand All @@ -27,8 +28,6 @@ stages:
displayName: Deploy
dependsOn: tests
condition: and(succeeded(), not(eq(variables['Build.Reason'], 'PullRequest')))
pool:
vmImage: 'Windows-latest'
jobs:
- job: pack
displayName: Pack NuGet
Expand Down

0 comments on commit 1c58db8

Please sign in to comment.