Skip to content

Commit 17974d7

Browse files
authored
Update azure-pipelines.yml
1 parent cbd34b9 commit 17974d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ strategy:
55
imageName: 'ubuntu-18.04'
66
# mac:
77
# imageName: 'macos-10.13'
8-
# windows:
9-
# imageName: 'windows-2019'
8+
windows:
9+
imageName: 'windows-2019'
1010

1111
pool:
1212
vmImage: $(imageName)
@@ -65,4 +65,4 @@ steps:
6565
inputs:
6666
pathtoPublish: '$(Build.ArtifactStagingDirectory)'
6767
artifactName: 'DasBlog-Build-Artifacts-$(Build.BuildId)'
68-
68+

0 commit comments

Comments
 (0)