Skip to content
This repository was archived by the owner on Jan 4, 2024. It is now read-only.

Commit 69aec32

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 52eccb6 commit 69aec32

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

azure-pipelines.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
resources:
2+
containers:
3+
- container: latex
4+
image: aergus/latex:latest
5+
16
pool:
27
vmImage: 'ubuntu-16.04'
38

4-
container: aergus/latex
9+
container: latex
510

611
trigger:
712
batch: true
@@ -16,4 +21,5 @@ steps:
1621
displayName: 'Publish to GitHub'
1722
inputs:
1823
gitHubConnection: mrdavidkovacs
19-
repositoryName: mrdavidkovacs/MasterThesis
24+
repositoryName: mrdavidkovacs/MasterThesis
25+
assets: "*.pdf"

0 commit comments

Comments
 (0)