Skip to content

Commit 40f6635

Browse files
wip pipelines
1 parent b417b63 commit 40f6635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml renamed to .azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
PathtoPublish: '$(System.DefaultWorkingDirectory)\nuget\'
2727
ArtifactName: '$(Agent.OS)-nuget'
2828

29-
- job: macOS
29+
- job: macOS
3030
pool:
3131
vmImage: xcode9-macos10.13
3232
steps:
@@ -51,7 +51,7 @@ jobs:
5151
PathtoPublish: '$(System.DefaultWorkingDirectory)\nuget\'
5252
ArtifactName: '$(Agent.OS)-nuget'
5353

54-
- job: Linux
54+
- job: Linux
5555
pool:
5656
vmImage: ubuntu-16.04
5757
steps:

0 commit comments

Comments
 (0)