Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
poppastring authored Oct 14, 2020
1 parent cbd34b9 commit 17974d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ strategy:
imageName: 'ubuntu-18.04'
# mac:
# imageName: 'macos-10.13'
# windows:
# imageName: 'windows-2019'
windows:
imageName: 'windows-2019'

pool:
vmImage: $(imageName)
Expand Down Expand Up @@ -65,4 +65,4 @@ steps:
inputs:
pathtoPublish: '$(Build.ArtifactStagingDirectory)'
artifactName: 'DasBlog-Build-Artifacts-$(Build.BuildId)'


0 comments on commit 17974d7

Please sign in to comment.